mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-08-22 22:26:40 +00:00
gnu: hugo-bin: Update to 0.121.2.
* rosenthal/packages/binaries.scm (hugo-bin): Update to 0.121.2.
This commit is contained in:
parent
3af3a15130
commit
5df5b533ad
@ -144,7 +144,7 @@ different needs.")
|
|||||||
(define-public hugo-bin
|
(define-public hugo-bin
|
||||||
(package
|
(package
|
||||||
(name "hugo-bin")
|
(name "hugo-bin")
|
||||||
(version "0.121.1")
|
(version "0.121.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -152,7 +152,7 @@ different needs.")
|
|||||||
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
|
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z814n12aik0n5l9w36dij5zxrcgx86zx6b20j54ya076l5xybbn"))))
|
"1q93jfzsrndmixcazv5bkr5pakd7y51pgnhbip9p5qzxhvgv9wwh"))))
|
||||||
(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