guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: samtools: Update to 1.3.1.


From: Ben Woodcroft
Subject: 01/01: gnu: samtools: Update to 1.3.1.
Date: Sat, 23 Apr 2016 23:46:50 +0000

benwoodcroft pushed a commit to branch master
in repository guix.

commit 79b555edeb469b4d92ef31b66d9b5961001e1a68
Author: Ben Woodcroft <address@hidden>
Date:   Sun Apr 24 09:45:07 2016 +1000

    gnu: samtools: Update to 1.3.1.
    
    * gnu/packages/bioinformatics.scm (samtools): Update to 1.3.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 c49b0a9..899ce1c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2902,7 +2902,7 @@ distribution, coverage uniformity, strand specificity, 
etc.")
 (define-public samtools
   (package
     (name "samtools")
-    (version "1.3")
+    (version "1.3.1")
     (source
      (origin
        (method url-fetch)
@@ -2911,7 +2911,7 @@ distribution, coverage uniformity, strand specificity, 
etc.")
                        version "/samtools-" version ".tar.bz2"))
        (sha256
         (base32
-         "03mnf0mhbfwhqlqfslrhfnw68s3g0fs1as354i9a584mqw1l1smy"))))
+         "0znnnxc467jbf1as2dpskrjhfh8mbll760j6w6rdkwlwbqsp8gbc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((ice-9 ftw)



reply via email to

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