gnu: Update samtools to 1.11.

* gnu/packages/bioinformatics.scm (samtools): Update to 1.11.
This commit is contained in:
Roel Janssen 2020-10-29 11:58:02 +01:00
parent 04a49b4143
commit bcbd536e3f
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

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