guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guix-build-coordinator: Update to 0-37.200ff


From: guix-commits
Subject: branch master updated: gnu: guix-build-coordinator: Update to 0-37.200ffe7.
Date: Mon, 15 Nov 2021 16:49:39 -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 db59071  gnu: guix-build-coordinator: Update to 0-37.200ffe7.
db59071 is described below

commit db5907138cbf9139e885fa4b3860d604aff0be9c
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Nov 15 21:46:58 2021 +0000

    gnu: guix-build-coordinator: Update to 0-37.200ffe7.
    
    * gnu/packages/package-management.scm (guix-build-coordinator): Update to
    0-37.200ffe7.
---
 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 7dd84af..6f2b2fd 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1181,8 +1181,8 @@ environments.")
     (license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
 
 (define-public guix-build-coordinator
-  (let ((commit "87508af9566d9f7dbacfd8478a353d612a811e38")
-        (revision "36"))
+  (let ((commit "200ffe795bd36052b64f7868c71a92925ee7beca")
+        (revision "37"))
     (package
       (name "guix-build-coordinator")
       (version (git-version "0" revision commit))
@@ -1193,7 +1193,7 @@ environments.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "0lqjqnpgvwhzan2pbq0h1gavf0f17h3zw3qd0kd8xwjcmx4bna82"))
+                  "09j67zdx5h6ic2yvzn1vvhmwlsj7kb06s765yjnvpnsb228ja96s"))
                 (file-name (string-append name "-" version "-checkout"))))
       (build-system gnu-build-system)
       (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]