mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: bcftools: Update to 1.21.
* gnu/packages/bioinformatics.scm (bcftools): Update to 1.21. Change-Id: I4a2a6c106f804a68c16074a6ce8ae449c299724e
This commit is contained in:
parent
89408dc096
commit
cd8d613e0e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue