gnu: htslib: Update to 1.19.

* gnu/packages/bioinformatics.scm (htslib): Update to 1.19.

Change-Id: I4d66d8ce37bfd335411a2acc6060f9a8c20c9e4a
This commit is contained in:
Ricardo Wurmus 2024-01-16 19:22:03 +01:00
parent cb1f38cc78
commit eda31ffaab
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -7184,7 +7184,7 @@ name/ID compression and quality score compression derived from fqzcomp.")
(define-public htslib (define-public htslib
(package (package
(name "htslib") (name "htslib")
(version "1.16") (version "1.19")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -7192,7 +7192,7 @@ name/ID compression and quality score compression derived from fqzcomp.")
version "/htslib-" version ".tar.bz2")) version "/htslib-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"093r1n4s134k50m9a925yn95gyi90ps5dlgc6gq4qwvkzxx7qsv0")) "0dh79lwpspwwfbkmllrrhbk8nkvlfc5b5ib4d0xg5ld79w6c8lc7"))
(snippet (snippet
#~(begin #~(begin
(use-modules (guix build utils)) (use-modules (guix build utils))