guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: hisat: Update to 0.1.6.


From: guix-commits
Subject: 08/08: gnu: hisat: Update to 0.1.6.
Date: Tue, 7 Dec 2021 05:51:24 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 06fca01968d6e90e172e28d038ac4f08a9f48ba7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 11:48:26 2021 +0100

    gnu: hisat: Update to 0.1.6.
    
    * gnu/packages/bioinformatics.scm (hisat): Update to 0.1.6.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 93f657e..b0e64aa 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4098,7 +4098,7 @@ estimates transcript expression.")
 (define-public hisat
   (package
     (name "hisat")
-    (version "0.1.4")
+    (version "0.1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4106,7 +4106,7 @@ estimates transcript expression.")
                     version "-beta-source.zip"))
               (sha256
                (base32
-                "1k381ydranqxp09yf2y7w1d0chz5d59vb6jchi89hbb0prq19lk5"))))
+                "177z85vqp9b30vgxl5py5hz4mm37ila37nzhfam23ci9iyfxgyv9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ;no check target



reply via email to

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