guix: mescc-tools: Update to 1.1.0.
* guix/git/mes.scm (mescc-tools)[source]: Update to 1.1.0. [arguments]: Update sha256sum patch.
This commit is contained in:
parent
7d8c3391aa
commit
dd0e2fea8e
|
@ -54,7 +54,7 @@
|
||||||
(define-public mescc-tools
|
(define-public mescc-tools
|
||||||
(package
|
(package
|
||||||
(name "mescc-tools")
|
(name "mescc-tools")
|
||||||
(version "1.0.1")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wqj70h4rrxl1d1aqpxhy47964r5dilvll6gvqv75y9qk6pwx5is"))))
|
"12cjryqfd6m6j807pvhk7i4vr2q0jiibpfrpnq5s67iq9l4rrc6b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(supported-systems
|
(supported-systems
|
||||||
'("aarch64-linux" "armhf-linux" "i686-linux" "x86_64-linux"))
|
'("aarch64-linux" "armhf-linux" "i686-linux" "x86_64-linux"))
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
(add-after 'unpack 'patch-prefix
|
(add-after 'unpack 'patch-prefix
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "sha256.sh"
|
(substitute* "sha256.sh"
|
||||||
(("/usr/bin/sha256sum") (which "sha256sum")))
|
(("\\$\\(which sha256sum\\)") (which "sha256sum")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(synopsis "Tools for the full source bootstrapping process")
|
(synopsis "Tools for the full source bootstrapping process")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue