guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: samtools: Update to 1.8.


From: Roel Janssen
Subject: 03/04: gnu: samtools: Update to 1.8.
Date: Thu, 26 Apr 2018 19:12:15 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit c829c5ea85a9953663b3b26f304d91babf21fbc9
Author: Roel Janssen <address@hidden>
Date:   Fri Apr 27 01:08:58 2018 +0200

    gnu: samtools: Update to 1.8.
    
    * gnu/packages/bioinformatics.scm (samtools): Update to 1.8.
---
 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 d8b17f5..95a5bc8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4920,7 +4920,7 @@ to the user's query of interest.")
 (define-public samtools
   (package
     (name "samtools")
-    (version "1.7")
+    (version "1.8")
     (source
      (origin
        (method url-fetch)
@@ -4929,7 +4929,7 @@ to the user's query of interest.")
                        version "/samtools-" version ".tar.bz2"))
        (sha256
         (base32
-         "18acyqysbxpydlc44lqv2hpp57l06bs9a3yqmcvjk8va2xrrdc77"))))
+         "05myg7bs90i68qbqab9cdg9rqj2xh39azibrx82ipzc5kcfvqhn9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((ice-9 ftw)



reply via email to

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