1
0
mirror of https://codeberg.org/hako/Rosenthal.git synced 2025-05-28 23:05:21 +00:00

rosenthal: hugo-bin: Update to 0.116.1.

* rosenthal/packages/binaries.scm (hugo-bin): Update to 0.116.1.
This commit is contained in:
Hilton Chain 2023-08-01 18:07:08 +08:00
parent 2fcd23369b
commit 3fc6f0e46f
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -111,7 +111,7 @@ different needs.")
(define-public hugo-bin
(package
(name "hugo-bin")
(version "0.116.0")
(version "0.116.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -119,7 +119,7 @@ different needs.")
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
(sha256
(base32
"04wjql3xqsxmjpxl6gddk7pq69pb15l69fzfii3ic10wy95ql5va"))))
"0cgj592jpggrgz894vvmanmsa21265229swi9xb0zpngb0f0p2vv"))))
(build-system copy-build-system)
(arguments
(list #:install-plan #~'(("hugo" "bin/"))