rekado pushed a commit to branch master
in repository guix.
commit e34639c2621326e82dc706defcb2054e9c69e3e7
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Dec 21 18:33:53 2022 +0100
gnu: pbbam: Use htslib 1.14.
* gnu/packages/bioinformatics.scm (pbbam)[propagated-inputs]: Replace htslib
with htslib-1.14.
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 08a7cbe118..c23c86d4d2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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