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:
Jan (janneke) Nieuwenhuizen 2020-12-29 11:58:24 +01:00
parent 8439519475
commit 9c32a88c75
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@
(define-public mescc-tools (define-public mescc-tools
(package (package
(name "mescc-tools") (name "mescc-tools")
(version "0.7.0") (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
"1p1ijia4rm3002f5sypidl9v5gq0mlch9b0n61rpxkdsaaxjqax3")))) "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