guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Update htslib to 1.11.


From: guix-commits
Subject: 01/03: gnu: Update htslib to 1.11.
Date: Thu, 29 Oct 2020 11:55:27 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit f40add4dbb45a5a87fd5213e23e7ab0cc77c008e
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Thu Oct 29 11:41:27 2020 +0100

    gnu: Update htslib to 1.11.
    
    * gnu/packages/bioinformatics.scm (htslib): Update to 1.11.
---
 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 41d9240..09216f6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4215,7 +4215,7 @@ performance.")
 (define-public htslib
   (package
     (name "htslib")
-    (version "1.9")
+    (version "1.11")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4223,7 +4223,7 @@ performance.")
                     version "/htslib-" version ".tar.bz2"))
               (sha256
                (base32
-                "16ljv43sc3fxmv63w7b2ff8m1s7h89xhazwmbm1bicz8axq8fjz0"))))
+                "1mrq4mihzx37yqhj3sfz6da6mw49niia808bzsw2gkkgmadxvyng"))))
     (build-system gnu-build-system)
     ;; Let htslib translate "gs://" and "s3://" to regular https links with
     ;; "--enable-gcs" and "--enable-s3". For these options to work, we also



reply via email to

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