all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#44304] [PATCH] gnu: Update htslib to 1.11.
@ 2020-10-29 10:44 Roel Janssen
  2020-10-29 11:01 ` Roel Janssen
  0 siblings, 1 reply; 4+ messages in thread
From: Roel Janssen @ 2020-10-29 10:44 UTC (permalink / raw)
  To: 44304

[-- Attachment #1: Type: text/plain, Size: 105 bytes --]

Dear Guix,

I'd like to update htslib to 1.11.  The patch is straightfoward.

Kind regards,
Roel Janssen

[-- Attachment #2: 0001-gnu-Update-htslib-to-1.11.patch --]
[-- Type: text/x-patch, Size: 1262 bytes --]

From 8ed33ee9ce51e7e64faf5f3aad0684eb965ed131 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Thu, 29 Oct 2020 11:41:27 +0100
Subject: [PATCH] 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 41d92401ad..09216f6a8d 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
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-29 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-29 10:44 [bug#44304] [PATCH] gnu: Update htslib to 1.11 Roel Janssen
2020-10-29 11:01 ` Roel Janssen
2020-10-29 12:55   ` Ricardo Wurmus
2020-10-29 15:56     ` Roel Janssen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.