gnu: bcftools: Update to 1.21.

* gnu/packages/bioinformatics.scm (bcftools): Update to 1.21.

Change-Id: I4a2a6c106f804a68c16074a6ce8ae449c299724e
This commit is contained in:
Ricardo Wurmus 2025-03-18 15:50:59 +01:00 committed by Andreas Enge
parent 89408dc096
commit cd8d613e0e
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -309,7 +309,7 @@ single executable called @code{bam}.")
(define-public bcftools (define-public bcftools
(package (package
(name "bcftools") (name "bcftools")
(version "1.14") (version "1.21")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/samtools/bcftools/" (uri (string-append "https://github.com/samtools/bcftools/"
@ -317,11 +317,11 @@ single executable called @code{bam}.")
version "/bcftools-" version ".tar.bz2")) version "/bcftools-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1jqrma16fx8kpvb3c0462dg0asvmiv5yi8myqmc5ddgwi6p8ivxp")) "10p2ligd9pqn8wq6szw2s4zqknlm7hmb4057fpdnhlsmsg0lr2jj"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
;; Delete bundled htslib. ;; Delete bundled htslib.
(delete-file-recursively "htslib-1.14"))))) (delete-file-recursively "htslib-1.21")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags