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: Fix source hash.


From: guix-commits
Subject: branch master updated: gnu: guix-build-coordinator: Fix source hash.
Date: Thu, 25 May 2023 15:23:03 -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 f36b8a9763 gnu: guix-build-coordinator: Fix source hash.
f36b8a9763 is described below

commit f36b8a9763087d2b9d3705595fbc34b054297ab8
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu May 25 20:20:11 2023 +0100

    gnu: guix-build-coordinator: Fix source hash.
    
    The previous commit has the wrong hash, I think I ended up building the data
    service instead for some reason and didn't set the hash of this package
    correctly.
    
    * gnu/packages/package-management.scm (guix-build-coordinator)[source]: Fix
    hash.
---
 gnu/packages/package-management.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index a773231aea..b3acbc272f 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1400,7 +1400,7 @@ environments.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "11v0c9h5cxm182f5dn8gwb6nhvb786pdqlkdxi6l0nzl9kjxizys"))
+                  "047qqqhpcg5rrzgpp2qlijn6rhlm2ipqhqr1yj1lrnx12dld2kqk"))
                 (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]