guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 792d935233c1b4b6ab1d9cc347876c4e3ba3948e
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Nov 24 11:17:35 2025 +0100

    gnu: perl-bio-db-hts: Swap outdated input.
    
    * gnu/packages/bioinformatics.scm (perl-bio-db-hts)[propagated-inputs]:
    Replace htslib-1.9 by htslib.
    
    Change-Id: I509e2ee9165d70c04753b467852fe40c805e6ea7
---
 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 8efbf0fc15..7e78f589a6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4413,7 +4413,7 @@ provide a coordinated and extensible framework to do 
computational biology.")
     (native-inputs
      (list perl-module-build pkg-config))
     (propagated-inputs
-     (list bioperl-minimal htslib-1.9))
+     (list bioperl-minimal htslib))
     (home-page "https://metacpan.org/release/Bio-DB-HTS";)
     (synopsis "Perl interface to HTS library for DNA sequencing")
     (description "This is a Perl interface to the HTS library for DNA

Reply via email to