mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-06-09 12:35:20 +00:00
rosenthal: hugo-bin: Update to 0.135.0.
* rosenthal/packages/binaries.scm (hugo-bin): Update to 0.135.0. [native-inputs]: Replace patchelf to its 0.16 version.
This commit is contained in:
parent
64f925e075
commit
1014d146c0
@ -152,7 +152,7 @@ different needs.")
|
|||||||
(define-public hugo-bin
|
(define-public hugo-bin
|
||||||
(package
|
(package
|
||||||
(name "hugo-bin")
|
(name "hugo-bin")
|
||||||
(version "0.133.0")
|
(version "0.135.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -160,7 +160,7 @@ different needs.")
|
|||||||
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
|
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vlfvh81yq6ccp3dx95q4d8ha2ir54a89jl7m63l1rwsvvi3099p"))))
|
"14pn6s845dgd6am5kq4iwh2ww3vdg4nngql6a9hgl8waspkzv04j"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan #~'(("hugo" "bin/"))
|
(list #:install-plan #~'(("hugo" "bin/"))
|
||||||
@ -180,7 +180,7 @@ different needs.")
|
|||||||
"/lib")
|
"/lib")
|
||||||
hugo)))))))
|
hugo)))))))
|
||||||
(supported-systems '("x86_64-linux"))
|
(supported-systems '("x86_64-linux"))
|
||||||
(native-inputs (list patchelf))
|
(native-inputs (list patchelf-0.16))
|
||||||
(inputs (list `(,gcc "lib") glibc))
|
(inputs (list `(,gcc "lib") glibc))
|
||||||
(home-page "https://gohugo.io/")
|
(home-page "https://gohugo.io/")
|
||||||
(synopsis "Static site generator")
|
(synopsis "Static site generator")
|
||||||
|
Loading…
Reference in New Issue
Block a user