me
/
guix
Archived
1
0
Fork 0

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>.
master
Tobias Geerinckx-Rice 2022-06-12 02:00:00 +02:00
parent 1e3046810a
commit 7f1cb1ebca
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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