[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guix-build-coordinator: Update to 0-6.16f5ee
From: |
guix-commits |
Subject: |
branch master updated: gnu: guix-build-coordinator: Update to 0-6.16f5ee0. |
Date: |
Thu, 26 Nov 2020 14:37:14 -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 36f957d gnu: guix-build-coordinator: Update to 0-6.16f5ee0.
36f957d is described below
commit 36f957dab2d7deb8877ccbc80c320de6a4d12ceb
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Nov 26 19:34:32 2020 +0000
gnu: guix-build-coordinator: Update to 0-6.16f5ee0.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-6.16f5ee0.
---
gnu/packages/package-management.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 738cfe1..ad0b41e 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 "98f50831612b9d1253ae8ca2bceb547fed373f41")
- (revision "5"))
+ (let ((commit "16f5ee0119fa0febf8b5f90926659ef990dacfa8")
+ (revision "6"))
(package
(name "guix-build-coordinator")
(version (git-version "0" revision commit))
@@ -1027,7 +1027,7 @@ environments.")
(commit commit)))
(sha256
(base32
- "08xwb5phh14cxgwv4fxcd2hhpjgqxfknm9zkx9qp26zb56w2xzkz"))
+ "0j6iqibhixpaf5cv18ccb9v5a08hy73kw1dcbhyz4yb906x1f38v"))
(file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guix-build-coordinator: Update to 0-6.16f5ee0.,
guix-commits <=