gnu: guix-build-coordinator: Update to 0-8.ed3b2e5.

* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-8.ed3b2e5.
(native-inputs): Fix version of guile-json.
This commit is contained in:
Christopher Baines 2020-11-29 10:19:56 +00:00
parent 92e43e5ced
commit 6135e55f5c
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1015,8 +1015,8 @@ environments.")
(license (list license:gpl3+ license:agpl3+ license:silofl1.1)))) (license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
(define-public guix-build-coordinator (define-public guix-build-coordinator
(let ((commit "99f6a0f248600fc9063ec808370a2a070a856dbe") (let ((commit "ed3b2e56655ccf4cd9574f00e72b20e9022d9ab0")
(revision "7")) (revision "8"))
(package (package
(name "guix-build-coordinator") (name "guix-build-coordinator")
(version (git-version "0" revision commit)) (version (git-version "0" revision commit))
@ -1027,7 +1027,7 @@ environments.")
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"1vk9dn4km4j6ngfk97vip822zs1j9494f2ig3l97mq1r5400fpqv")) "15c7398km1870w82410jrmcnb4mvkhrsb8qvshr8wa1gjcpb6s6z"))
(file-name (string-append name "-" version "-checkout")))) (file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
@ -1076,7 +1076,7 @@ environments.")
("gnutls" ,gnutls) ("gnutls" ,gnutls)
;; Guile libraries are needed here for cross-compilation. ;; Guile libraries are needed here for cross-compilation.
("guile-json" ,guile-json-3) ("guile-json" ,guile-json-4)
("guile-gcrypt" ,guile-gcrypt) ("guile-gcrypt" ,guile-gcrypt)
("guix" ,guix) ("guix" ,guix)
("guile-prometheus" ,guile-prometheus) ("guile-prometheus" ,guile-prometheus)