mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-04 17:04:21 +00:00
rosenthal: hugo: Update to 0.152.2.
* modules/rosenthal/packages/web.scm (hugo): Update to 0.152.2.
This commit is contained in:
parent
d18951162c
commit
f4d7a54232
@ -220,7 +220,7 @@ from serving static websites to running dynamic web applications.")
|
|||||||
(define-public hugo
|
(define-public hugo
|
||||||
(package
|
(package
|
||||||
(name "hugo")
|
(name "hugo")
|
||||||
(version "0.150.0")
|
(version "0.152.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -229,7 +229,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
|
||||||
"1r86klgw82qai664sri90jd3x9my2m61nrj0936z4d4gy4bp0q2d"))))
|
"093p1k0m2n5b2bbk49kmciwr92wy9b8b4hw5wwmlhs2v304rw9cx"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@ -288,7 +288,7 @@ from serving static websites to running dynamic web applications.")
|
|||||||
(file-name "vendored-go-dependencies")
|
(file-name "vendored-go-dependencies")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mhx00vsdpjfwqxln866ssdha0c081r15v6032q87hxh70b536iv")))
|
"1yhk8as1jz5459bzkmqjwdp82xqsr7sx1m1jkkk58cfzagznpz78")))
|
||||||
(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