[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guix-build-coordinator: Update to 0-8.ed3b2e
From: |
guix-commits |
Subject: |
branch master updated: gnu: guix-build-coordinator: Update to 0-8.ed3b2e5. |
Date: |
Sun, 29 Nov 2020 05:24:10 -0500 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6135e55 gnu: guix-build-coordinator: Update to 0-8.ed3b2e5.
6135e55 is described below
commit 6135e55f5ce39c7947288d54de8727eb5aa0e43c
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Nov 29 10:19:56 2020 +0000
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.
---
gnu/packages/package-management.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 6e77d9c..7a93a79 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1015,8 +1015,8 @@ environments.")
(license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
(define-public guix-build-coordinator
- (let ((commit "99f6a0f248600fc9063ec808370a2a070a856dbe")
- (revision "7"))
+ (let ((commit "ed3b2e56655ccf4cd9574f00e72b20e9022d9ab0")
+ (revision "8"))
(package
(name "guix-build-coordinator")
(version (git-version "0" revision commit))
@@ -1027,7 +1027,7 @@ environments.")
(commit commit)))
(sha256
(base32
- "1vk9dn4km4j6ngfk97vip822zs1j9494f2ig3l97mq1r5400fpqv"))
+ "15c7398km1870w82410jrmcnb4mvkhrsb8qvshr8wa1gjcpb6s6z"))
(file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
@@ -1076,7 +1076,7 @@ environments.")
("gnutls" ,gnutls)
;; Guile libraries are needed here for cross-compilation.
- ("guile-json" ,guile-json-3)
+ ("guile-json" ,guile-json-4)
("guile-gcrypt" ,guile-gcrypt)
("guix" ,guix)
("guile-prometheus" ,guile-prometheus)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guix-build-coordinator: Update to 0-8.ed3b2e5.,
guix-commits <=