guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: pbbam: Use htslib 1.14.


From: guix-commits
Subject: 02/06: gnu: pbbam: Use htslib 1.14.
Date: Wed, 21 Dec 2022 17:14:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e34639c2621326e82dc706defcb2054e9c69e3e7
Author: Ricardo Wurmus <rekado@elephly.net>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]