guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 00fa458a6c46c5989413bb1529c497d9fe736ebf
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Oct 23 21:13:13 2025 +0200
gnu: Remove bcftools-1.10.
* gnu/packages/bioinformatics.scm (bcftools-1.10): Delete variable.
Change-Id: I41d5a65b6857debf3586b3d3716bb7a2693645cb
---
gnu/packages/bioinformatics.scm | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 649ca5e067..777ca6f9d8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -367,23 +367,6 @@ transparently with both VCFs and BCFs, both uncompressed
and BGZF-compressed.")
(delete-file-recursively "htslib-1.12")))))
(native-inputs (list htslib-1.12 perl))))
-(define-public bcftools-1.10
- (package/inherit bcftools
- (version "1.10")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/samtools/bcftools/"
- "releases/download/"
- version "/bcftools-" version ".tar.bz2"))
- (sha256
- (base32
- "10xgwfdgqb6dsmr3ndnpb77mc3a38dy8kh2c6czn6wj7jhdp4dra"))
- (modules '((guix build utils)))
- (snippet '(begin
- ;; Delete bundled htslib.
- (delete-file-recursively "htslib-1.10")))))
- (native-inputs (list htslib-1.10 perl))))
-
(define-public bedops
(package
(name "bedops")