guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c5121e088e46e6b1151bae1b29db78581206f1d6
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Oct 23 21:14:30 2025 +0200
gnu: Remove bcftools-1.12.
* gnu/packages/bioinformatics.scm (bcftools-1.12): Delete variable.
Change-Id: I805ec24f6eb47d37b2158b85f9d03d5a36999695
---
gnu/packages/bioinformatics.scm | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 62a21406d5..f34347af30 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -350,23 +350,6 @@ transparently with both VCFs and BCFs, both uncompressed
and BGZF-compressed.")
;; The sources are dual MIT/GPL, but becomes GPL-only when USE_GPL=1.
(license (list license:gpl3+ license:expat))))
-(define-public bcftools-1.12
- (package/inherit bcftools
- (version "1.12")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/samtools/bcftools/"
- "releases/download/"
- version "/bcftools-" version ".tar.bz2"))
- (sha256
- (base32
- "1x94l1hy2pi3lbz0sxlbw0g6q5z5apcrhrlcwda94ns9n4r6a3ks"))
- (modules '((guix build utils)))
- (snippet '(begin
- ;; Delete bundled htslib.
- (delete-file-recursively "htslib-1.12")))))
- (native-inputs (list htslib-1.12 perl))))
-
(define-public bedops
(package
(name "bedops")