From c4ebcd562926bd83317ab9394ef991a6f9859cfd Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 24 Nov 2025 11:19:53 +0100 Subject: [PATCH] gnu: Remove htslib-1.9. * gnu/packages/bioinformatics.scm (htslib-1.9): Delete variable. Change-Id: I4961b197f6357880e82a856ad3f661435eb980db --- gnu/packages/bioinformatics.scm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 7e78f589a6d79857f324142fc0f9b63958606a20..098b41baabd0495c7732b1812ba0af4456630ac0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9620,18 +9620,6 @@ data. It also provides the @command{bgzip}, @command{htsfile}, and (modify-inputs (package-propagated-inputs htslib) (delete "htscodecs"))))) -(define-public htslib-1.9 - (package/inherit htslib - (version "1.9") - (source (origin - (method url-fetch) - (uri (string-append - "https://github.com/samtools/htslib/releases/download/" - version "/htslib-" version ".tar.bz2")) - (sha256 - (base32 - "16ljv43sc3fxmv63w7b2ff8m1s7h89xhazwmbm1bicz8axq8fjz0")))))) - ;; This package should be removed once no packages rely upon it. (define htslib-1.3 (package/inherit htslib