guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Update sortmerna to 2.1.


From: Ben Woodcroft
Subject: 01/01: gnu: Update sortmerna to 2.1.
Date: Tue, 02 Feb 2016 12:47:56 +0000

benwoodcroft pushed a commit to branch master
in repository guix.

commit ce294c0445aa7c6472bc02d9f83d1171b8d88e77
Author: Ben J. Woodcroft <donttrustben near gmail.com>
Date:   Tue Feb 2 22:39:05 2016 +1000

    gnu: Update sortmerna to 2.1.
    
    * gnu/packages/bioinformatics.scm (sortmerna): Update to 2.1.
---
 gnu/packages/bioinformatics.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 992ab30..e277f89 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3144,7 +3144,7 @@ of these reads to align data quickly through a hash-based 
indexing scheme.")
 (define-public sortmerna
   (package
     (name "sortmerna")
-    (version "2.0")
+    (version "2.1")
     (source
      (origin
        (method url-fetch)
@@ -3154,7 +3154,7 @@ of these reads to align data quickly through a hash-based 
indexing scheme.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1670a92x1vvkacnvgr2i5xac3ls6lp4pc3n0bccnmllsnymggcf0"))))
+         "1mc5cf1c7xh0h7xb11vh7gqgzx0qvrfa606cb8ixlfg3f2av58s4"))))
     (build-system gnu-build-system)
     (outputs '("out"      ;for binaries
                "db"))     ;for sequence databases



reply via email to

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