mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-17 03:24:31 +00:00
rosenthal: hugo-bin: Update to 0.122.0.
* rosenthal/packages/binaries.scm (hugo-bin): Update to 0.122.0.
This commit is contained in:
parent
98f58fc2fe
commit
4539e364fe
@ -147,7 +147,7 @@ different needs.")
|
|||||||
(define-public hugo-bin
|
(define-public hugo-bin
|
||||||
(package
|
(package
|
||||||
(name "hugo-bin")
|
(name "hugo-bin")
|
||||||
(version "0.121.2")
|
(version "0.122.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -155,7 +155,7 @@ different needs.")
|
|||||||
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
|
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q93jfzsrndmixcazv5bkr5pakd7y51pgnhbip9p5qzxhvgv9wwh"))))
|
"042f8ffz9ybmjynd2dk40zvppl0bkm4k6zqrp2zqpbvhl5csi6vc"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan #~'(("hugo" "bin/"))
|
(list #:install-plan #~'(("hugo" "bin/"))
|
||||||
|
Loading…
Reference in New Issue
Block a user