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>.
This commit is contained in:
parent
1e3046810a
commit
7f1cb1ebca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user