gnu: pbbam: Use htslib 1.14.

* gnu/packages/bioinformatics.scm (pbbam)[propagated-inputs]: Replace htslib
with htslib-1.14.
This commit is contained in:
Ricardo Wurmus 2022-12-21 18:33:53 +01:00
parent 5ccc017389
commit e34639c262
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -607,7 +607,7 @@ for all types of microbial diversity analyses.")
(string-append "'" (which "sh") "'"))))))))
;; These libraries are listed as "Required" in the pkg-config file.
(propagated-inputs
(list htslib pbcopper zlib))
(list htslib-1.14 pbcopper zlib))
(inputs
(list boost samtools))
(native-inputs