guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: htslib: Update to 1.8.


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

roelj pushed a commit to branch master
in repository guix.

commit 8df0267ad4cef8e86ac34a8e3b95cd1ef6177efb
Author: Roel Janssen <address@hidden>
Date:   Fri Apr 27 01:09:56 2018 +0200

    gnu: htslib: Update to 1.8.
    
    * gnu/packages/bioinformatics.scm (htslib): 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 3e93d94..fc5fe41 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3453,7 +3453,7 @@ The main functions of FastQC are:
 (define-public htslib
   (package
     (name "htslib")
-    (version "1.7")
+    (version "1.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3461,7 +3461,7 @@ The main functions of FastQC are:
                     version "/htslib-" version ".tar.bz2"))
               (sha256
                (base32
-                "1il6i2p84b0y9c93dhvzzki1ifw9bvapm2mvpr0xvb2nq8jlwgdy"))))
+                "18bw0mn9pj5wgarnlaxmf1bb8pdqgl1zd6czirqcr62ajpn1xvy0"))))
     (build-system gnu-build-system)
     (inputs
      `(("openssl" ,openssl)



reply via email to

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