guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: barrier: Fix source hash.


From: guix-commits
Subject: branch master updated: gnu: barrier: Fix source hash.
Date: Sun, 19 Jun 2022 11:27:34 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7f1cb1ebca gnu: barrier: Fix source hash.
7f1cb1ebca is described below

commit 7f1cb1ebca169e3a4b5ed59fe226bb614b18b57f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 12 02:00:00 2022 +0200

    gnu: barrier: Fix source hash.
    
    The previous hash matches that of ‘guix hash -rx .’ on a pristine v2.4.0
    checkout — without any submodules.  We clone recursive?ly, so update the
    hash to include them.
    
    Closes <https://issues.guix.gnu.org/56091>.
    
    * gnu/packages/barrier.scm (barrier)[source]: Fix hash.
    
    Reported by Vishakh Kumar <grokkingstuff@gmail.com>.
---
 gnu/packages/barrier.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/barrier.scm b/gnu/packages/barrier.scm
index 1382a0fd71..721fdcf314 100644
--- a/gnu/packages/barrier.scm
+++ b/gnu/packages/barrier.scm
@@ -46,7 +46,7 @@
              (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10xk9szxxnqgfym53mcd9hqj1cw2ipncmiixw3i3ajlj1vn88qh1"))))
+        (base32 "19bwa9qidq2mxv1fkyxxc1xdmv3jx6bj35bkaaw70jzkblnfmlfs"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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