guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: salmon: Update to 1.6.0.


From: guix-commits
Subject: 01/03: gnu: salmon: Update to 1.6.0.
Date: Sun, 12 Dec 2021 06:42:01 -0500 (EST)

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

commit 4992858e21fd56ad19c60febf20f5e02261eaf3f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 12 12:03:48 2021 +0100

    gnu: salmon: Update to 1.6.0.
    
    * gnu/packages/bioinformatics.scm (salmon): Update to 1.6.0.
    [inputs]: Update pufferfish sources.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b60f6ae..aad1331 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10201,7 +10201,7 @@ The following file formats are supported:
 (define-public salmon
   (package
     (name "salmon")
-    (version "1.4.0")
+    (version "1.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10210,7 +10210,7 @@ The following file formats are supported:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1di7y2s8cjr9480lngcmaz3wcabc1lpkyanzbhir1nkhcjmj70h4"))
+                "1wb5wl0rc77svbwq6zvak5h7pf9acw3di0vz5i3gqyhg5l6qd736"))
               (modules '((guix build utils)))
               (snippet
                ;; Delete bundled headers for eigen3.
@@ -10316,7 +10316,7 @@ The following file formats are supported:
                         (file-name (git-file-name "pufferfish" version))
                         (sha256
                          (base32
-                          
"0qb4a2nl1d59qasr17sslgxnkjd5kbk5mns4cjshrmsvkrqp995n"))))
+                          
"0jakgpbanl6cs23x3g26iab54p7zylcf9v8vc32ps57smp8wql52"))))
        ("tbb" ,tbb-2020)
        ("libstadenio-for-salmon" ,libstadenio-for-salmon)
        ("xz" ,xz)



reply via email to

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