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-2.86e446


From: guix-commits
Subject: branch master updated: gnu: guix-build-coordinator: Update to 0-2.86e446c.
Date: Tue, 20 Oct 2020 04:48:32 -0400

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 0da77d5  gnu: guix-build-coordinator: Update to 0-2.86e446c.
0da77d5 is described below

commit 0da77d59b726c2392a824c9c1f7b11a763389c6e
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Oct 20 09:45:11 2020 +0100

    gnu: guix-build-coordinator: Update to 0-2.86e446c.
    
    * gnu/packages/package-management.scm (guix-build-coordinator): Update to
    0-2.86e446c.
---
 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 ba33841..22336c5 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -990,8 +990,8 @@ environments.")
     (license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
 
 (define-public guix-build-coordinator
-  (let ((commit "e701d4d7f24a11d94cf504e7efbcee4e1091b092")
-        (revision "1"))
+  (let ((commit "86e446c027b15e95bb4cadb6aeea09e90814c15e")
+        (revision "2"))
     (package
     (name "guix-build-coordinator")
     (version (git-version "0" revision commit))
@@ -1002,7 +1002,7 @@ environments.")
                     (commit commit)))
               (sha256
                (base32
-                "16f09sl527b6bgyxs2ybyjfncli60dwzg4v1c58h4hcl2zm8qx70"))
+                "0cpnzdl8q0mf00rgdlvh9kfz0x2alk2jds6h9kwiqahs10lkw4dc"))
               (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]