mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: htslib: Update to 1.19.
* gnu/packages/bioinformatics.scm (htslib): Update to 1.19. Change-Id: I4d66d8ce37bfd335411a2acc6060f9a8c20c9e4a
This commit is contained in:
parent
cb1f38cc78
commit
eda31ffaab
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue