guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: mash: Update to 2.1.


From: Ricardo Wurmus
Subject: 02/10: gnu: mash: Update to 2.1.
Date: Wed, 7 Nov 2018 15:43:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5c1f35e71ba4176904b1909c7738d43c61eea475
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 20:51:55 2018 +0100

    gnu: mash: Update to 2.1.
    
    * gnu/packages/bioinformatics.scm (mash): Update to 2.1.
---
 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 625c074..5cd5d74 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3977,7 +3977,7 @@ sequences).")
 (define-public mash
   (package
     (name "mash")
-    (version "2.0")
+    (version "2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3986,7 +3986,7 @@ sequences).")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13h6v4wzfflb5raxwlqmkl2km54m3izm30f1w9p9scjmfrnfn0wx"))
+                "049hwcc059p2fd9vwndn63laifvvsi0wmv84i6y1fr79k15dxwy6"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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