mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: gdcm: Fix recursive Git source hash.
The hash being used covered only the gdcm repository, not the gdcmdata submodule. * gnu/packages/bioinformatics.scm (gdcm)[source]: Update hash. Reported by civodul in #guix.
This commit is contained in:
parent
e4db832a0e
commit
ae071e21f3
1 changed files with 1 additions and 1 deletions
|
@ -17851,7 +17851,7 @@ (define-public gdcm
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1w78cmm9q7aavs7svdkl4dgilcqk4yazci9m6x7icrssb7cj991i"))))
|
||||
"1rf0p7dnakjry0fa6ax1h762bn0l5n6ibfdxn077mjvwgpqan51l"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue