guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gdcm: Fix recursive Git source hash.


From: guix-commits
Subject: branch master updated: gnu: gdcm: Fix recursive Git source hash.
Date: Wed, 18 Jan 2023 07:17:59 -0500

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 ae071e21f3 gnu: gdcm: Fix recursive Git source hash.
ae071e21f3 is described below

commit ae071e21f3a42c0c30b5c83f90a9ca022ebcac4d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:00 2023 +0100

    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.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]