rosenthal: hugo-bin: Update to 0.141.0.

* rosenthal/packages/binaries.scm (hugo-bin): Update to 0.141.0.
This commit is contained in:
Hilton Chain 2025-01-21 18:44:32 +08:00
parent f199bf4c13
commit 9b0e1b2bae
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -207,7 +207,7 @@ different needs.")
(define-public hugo-bin (define-public hugo-bin
(package (package
(name "hugo-bin") (name "hugo-bin")
(version "0.140.1") (version "0.141.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -215,7 +215,7 @@ different needs.")
version "/hugo_extended_" version "_linux-amd64.tar.gz")) version "/hugo_extended_" version "_linux-amd64.tar.gz"))
(sha256 (sha256
(base32 (base32
"0bzpw3bylgwzgsf570ywvlp9v7z3wh73gb4yw8kjip9s2klnxvvy")))) "0zdsq32jrd0plxwvprvl8yvamxayvkj1aw0biyyj4ljlhd23yhxw"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan #~'(("hugo" "bin/")) (list #:install-plan #~'(("hugo" "bin/"))