guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 44dfc9875ec666dd82094194135e2877f7942f4e
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Oct 23 21:12:28 2025 +0200

    gnu: Remove samtools-1.10.
    
    * gnu/packages/bioinformatics.scm (samtools-1.10): Delete variable.
    
    Change-Id: If3ef93c3473c4fe9c21f062fe619d883fbafb2ec
---
 gnu/packages/bioinformatics.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0b835980e5..649ca5e067 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11274,27 +11274,6 @@ viewer.")
     (inputs
      (list htslib-1.12 ncurses perl python zlib))))
 
-(define-public samtools-1.10
-  (package (inherit samtools)
-    (name "samtools")
-    (version "1.10")
-    (source
-     (origin
-       (method url-fetch)
-       (uri
-        (string-append "mirror://sourceforge/samtools/samtools/"
-                       version "/samtools-" version ".tar.bz2"))
-       (sha256
-        (base32
-         "119ms0dpydw8dkh3zc4yyw9zhdzgv12px4l2kayigv31bpqcb7kv"))
-       (modules '((guix build utils)))
-       (snippet '(begin
-                   ;; Delete bundled htslib.
-                   (delete-file-recursively "htslib-1.10")
-                   #t))))
-    (inputs
-     (list htslib-1.10 ncurses perl python zlib))))
-
 (define-public samtools-0.1
   ;; This is the most recent version of the 0.1 line of samtools.  The input
   ;; and output formats differ greatly from that used and produced by samtools

Reply via email to