diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:00 +0100 |
commit | ae071e21f3a42c0c30b5c83f90a9ca022ebcac4d (patch) | |
tree | 9dd229bcc5417b76e13b68d61d28a7cde8ae9355 /gnu | |
parent | e4db832a0ec8e3d9d4f01843e4bb7d92c458199e (diff) | |
download | guix-ae071e21f3a42c0c30b5c83f90a9ca022ebcac4d.tar guix-ae071e21f3a42c0c30b5c83f90a9ca022ebcac4d.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e60dffc21e..36c9db90bd 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -17851,7 +17851,7 @@ module capable of computing base-level alignments for very large sequences.") (file-name (git-file-name name version)) (sha256 (base32 - "1w78cmm9q7aavs7svdkl4dgilcqk4yazci9m6x7icrssb7cj991i")))) + "1rf0p7dnakjry0fa6ax1h762bn0l5n6ibfdxn077mjvwgpqan51l")))) (build-system cmake-build-system) (arguments (list |