guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c4ebcd562926bd83317ab9394ef991a6f9859cfd
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Nov 24 11:19:53 2025 +0100

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7e78f589a6..098b41baab 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9620,18 +9620,6 @@ data.  It also provides the @command{bgzip}, 
@command{htsfile}, and
      (modify-inputs (package-propagated-inputs htslib)
                     (delete "htscodecs")))))
 
-(define-public htslib-1.9
-  (package/inherit htslib
-    (version "1.9")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/samtools/htslib/releases/download/";
-                    version "/htslib-" version ".tar.bz2"))
-              (sha256
-               (base32
-                "16ljv43sc3fxmv63w7b2ff8m1s7h89xhazwmbm1bicz8axq8fjz0"))))))
-
 ;; This package should be removed once no packages rely upon it.
 (define htslib-1.3
   (package/inherit htslib

Reply via email to