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 <[email protected]>
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 <[email protected]>.
---
 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