guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 56d3b81e4592fa51620a3b10b9492817ea4def75
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Oct 23 21:43:10 2025 +0200
gnu: Remove htslib-1.12.
* gnu/packages/bioinformatics.scm (htslib-1.12): Delete variable.
Change-Id: Id1fd05bddc1b40be0e3186c0e5848a1a0f343ce3
---
gnu/packages/bioinformatics.scm | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8951d3377b..1c2941af1a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9618,25 +9618,6 @@ data. It also provides the @command{bgzip},
@command{htsfile}, and
(modify-inputs (package-propagated-inputs htslib)
(delete "htscodecs")))))
-(define-public htslib-1.12
- (package/inherit htslib
- (version "1.12")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/samtools/htslib/releases/download/"
- version "/htslib-" version ".tar.bz2"))
- (sha256
- (base32
- "1jplnvizgr0fyyvvmkfmnsywrrpqhid3760vw15bllz98qdi9012"))))
- (arguments
- (substitute-keyword-arguments (package-arguments htslib)
- ((#:configure-flags cf #~'())
- #~(delete "--with-external-htscodecs" #$cf))))
- (propagated-inputs
- (modify-inputs (package-propagated-inputs htslib)
- (delete "htscodecs")))))
-
(define-public htslib-1.9
(package/inherit htslib
(version "1.9")