guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: htslib: Update to 1.16.


From: guix-commits
Subject: 03/06: gnu: htslib: Update to 1.16.
Date: Wed, 21 Dec 2022 17:14:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 50948b8c3ddfe7912e9d1aa8fc69da5acb87c752
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 21 14:40:41 2022 +0100

    gnu: htslib: Update to 1.16.
    
    * gnu/packages/bioinformatics.scm (htslib): Update to 1.16.
---
 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 c23c86d4d2..779d7a5293 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4734,7 +4734,7 @@ performance.")
 (define-public htslib
   (package
     (name "htslib")
-    (version "1.14")
+    (version "1.16")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4742,7 +4742,7 @@ performance.")
                     version "/htslib-" version ".tar.bz2"))
               (sha256
                (base32
-                "0pwk8yhhvb85mi1d2qhwsb4samc3rmbcrq7b1s0jz0glaa7in8pd"))))
+                "093r1n4s134k50m9a925yn95gyi90ps5dlgc6gq4qwvkzxx7qsv0"))))
     (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]