me
/
guix
Archived
1
0
Fork 0

gnu: pbbam: Use htslib 1.14.

* gnu/packages/bioinformatics.scm (pbbam)[propagated-inputs]: Replace htslib
with htslib-1.14.
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
1 changed files with 1 additions and 1 deletions

View File

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