mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-04 11:45:27 +00:00
rosenthal: hugo-bin: Update to 0.120.1.
* rosenthal/packages/binaries.scm (hugo-bin): Update to 0.120.1.
This commit is contained in:
parent
e8f4d10e52
commit
a907681d0e
@ -111,7 +111,7 @@ different needs.")
|
|||||||
(define-public hugo-bin
|
(define-public hugo-bin
|
||||||
(package
|
(package
|
||||||
(name "hugo-bin")
|
(name "hugo-bin")
|
||||||
(version "0.119.0")
|
(version "0.120.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -119,7 +119,7 @@ different needs.")
|
|||||||
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
|
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c6pacv0hw7b0zx93gqjiq8k1k0lsxkdq2znx046w6m8nqn24vsx"))))
|
"08qkzd0s69qchwfs1dlxbd4hizszi29a6lqz861kap67j0gnm46c"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan #~'(("hugo" "bin/"))
|
(list #:install-plan #~'(("hugo" "bin/"))
|
||||||
@ -127,7 +127,7 @@ different needs.")
|
|||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'strip)
|
(delete 'strip)
|
||||||
(add-after 'install 'patch-elf
|
(add-after 'install 'patch-elf
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda _
|
||||||
(let ((hugo (string-append #$output "/bin/hugo")))
|
(let ((hugo (string-append #$output "/bin/hugo")))
|
||||||
(invoke "patchelf" "--set-interpreter"
|
(invoke "patchelf" "--set-interpreter"
|
||||||
(string-append #$(this-package-input "glibc")
|
(string-append #$(this-package-input "glibc")
|
||||||
|
Loading…
Reference in New Issue
Block a user