From 792d935233c1b4b6ab1d9cc347876c4e3ba3948e Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 24 Nov 2025 11:17:35 +0100 Subject: [PATCH] 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 8efbf0fc153e4d85d14373b81c4dfb5a03f41bff..7e78f589a6d79857f324142fc0f9b63958606a20 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