guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 666d490b13494a7b67a7909a26e62a0a60f5ad87
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Oct 23 21:13:31 2025 +0200

    gnu: Remove htslib-1.10.
    
    * gnu/packages/bioinformatics.scm (htslib-1.10): Delete variable.
    
    Change-Id: I9d1bd86e580de2b9b7fe096e7f86b3a96e6df4d1
---
 gnu/packages/bioinformatics.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 777ca6f9d8..f9c0e10a60 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9696,18 +9696,6 @@ data.  It also provides the @command{bgzip}, 
@command{htsfile}, and
      (modify-inputs (package-propagated-inputs htslib)
                     (delete "htscodecs")))))
 
-(define-public htslib-1.10
-  (package/inherit htslib
-    (version "1.10")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/samtools/htslib/releases/download/";
-                    version "/htslib-" version ".tar.bz2"))
-              (sha256
-               (base32
-                "0wm9ay7qgypj3mwx9zl1mrpnr36298b1aj5vx69l4k7bzbclvr3s"))))))
-
 (define-public htslib-1.9
   (package/inherit htslib
     (version "1.9")

Reply via email to