mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-06-29 21:45:21 +00:00
rosenthal: hugo: Update to 0.147.7.
* modules/rosenthal/packages/web.scm (hugo): Update to 0.147.7. [native-inputs]: Update vendored dependencies.
This commit is contained in:
parent
ebc3fabd2d
commit
863483061d
@ -169,7 +169,7 @@ from serving static websites to running dynamic web applications.")
|
|||||||
(define-public hugo
|
(define-public hugo
|
||||||
(package
|
(package
|
||||||
(name "hugo")
|
(name "hugo")
|
||||||
(version "0.147.6")
|
(version "0.147.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -178,7 +178,7 @@ from serving static websites to running dynamic web applications.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08ghd15x1d9db0y2n3b8cqhp4axpb34jdsiwnx8x1dc0kg2q5dwc"))))
|
"15yfxr8qd9bs8j9arfhr9rc7726qc2rcx53crcvig5gkx331scp1"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@ -237,7 +237,7 @@ from serving static websites to running dynamic web applications.")
|
|||||||
(file-name "vendored-go-dependencies")
|
(file-name "vendored-go-dependencies")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wrzl37mv2qcww6s2bk4jf4gjj6pkxnwm44q8qrg0vijch8pxdbq")))
|
"100iyp2dzyiwql8wj9pccbgiq469pgf77c5k7133gihlrp6yxjzy")))
|
||||||
(package-source libsass)
|
(package-source libsass)
|
||||||
(package-source libwebp)))
|
(package-source libwebp)))
|
||||||
(home-page "https://gohugo.io/")
|
(home-page "https://gohugo.io/")
|
||||||
|
Loading…
Reference in New Issue
Block a user