summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-11-07 20:51:55 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-11-07 21:41:55 +0100
commit5c1f35e71ba4176904b1909c7738d43c61eea475 (patch)
treeb6308e52ae052127bec55c4c9f68145e32a6e1d9 /gnu
parent497fc04d8fe7adfc74646f2e3f3baba0410a3ae3 (diff)
downloadguix-5c1f35e71ba4176904b1909c7738d43c61eea475.tar.gz
gnu: mash: Update to 2.1.
* gnu/packages/bioinformatics.scm (mash): Update to 2.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 625c074349..5cd5d744cb 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