gnu: Update samtools to 1.12.

* gnu/packages/bioinformatics.scm (samtools): Update to 1.12.
This commit is contained in:
Roel Janssen 2021-04-16 11:51:41 +02:00
parent b904bb89a0
commit 558d11c3a8
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -5903,7 +5903,7 @@ (define-public seek
(define-public samtools (define-public samtools
(package (package
(name "samtools") (name "samtools")
(version "1.11") (version "1.12")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5912,11 +5912,11 @@ (define-public samtools
version "/samtools-" version ".tar.bz2")) version "/samtools-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1dp5wknak4arnw5ghhif9mmljlfnw5bgm91wib7z0j8wdjywx0z2")) "1jrdj2idpma5ja9cg0rr73b565vdbr9wyy6zig54bidicc2pg8vd"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
;; Delete bundled htslib. ;; Delete bundled htslib.
(delete-file-recursively "htslib-1.11") (delete-file-recursively "htslib-1.12")
#t)))) #t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments