guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: r-pando: Fix hash.


From: guix-commits
Subject: 02/02: gnu: r-pando: Fix hash.
Date: Thu, 6 Jul 2023 17:29:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit de3b8684e9a8e90e243cc2061100b06576c04077
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jul 6 10:36:12 2023 +0200

    gnu: r-pando: Fix hash.
    
    * gnu/packages/bioinformatics.scm (r-pando)[source]: Update hash.
---
 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 09cd606b8b..f59f37b52b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9698,7 +9698,7 @@ differently labelled data.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04gii2ciyvybifl8kxqqmhznha80l3fd8qcr5zshrn9n6js5322c"))))
+        (base32 "04kr1b28p5j7h48g32cldkg87xcmxnmd4kspygkfs7a4amihpi66"))))
     (properties `((upstream-name . "Pando")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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