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.12.


From: guix-commits
Subject: 01/04: gnu: htslib: Update to 1.12.
Date: Thu, 29 Apr 2021 06:14:42 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 241994230ba0f3ba666b20e86bdd7130e234e797
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Fri Apr 16 11:49:49 2021 +0200

    gnu: htslib: Update to 1.12.
    
    * gnu/packages/bioinformatics.scm (htslib): Update to 1.12.
---
 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 1847341..1183f78 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4478,7 +4478,7 @@ performance.")
 (define-public htslib
   (package
     (name "htslib")
-    (version "1.11")
+    (version "1.12")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4486,7 +4486,7 @@ performance.")
                     version "/htslib-" version ".tar.bz2"))
               (sha256
                (base32
-                "1mrq4mihzx37yqhj3sfz6da6mw49niia808bzsw2gkkgmadxvyng"))))
+                "1jplnvizgr0fyyvvmkfmnsywrrpqhid3760vw15bllz98qdi9012"))))
     (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]