summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2017-06-27 08:22:25 +1000
committerBen Woodcroft <donttrustben@gmail.com>2017-07-23 10:29:36 +1000
commit63fa0ffcd43484c2d7dcf32866529c022309ff20 (patch)
treeed5aec979b1812fbabef1f4ff83d1fa540901497 /gnu/packages
parent4fb6d1280ec273c58812f0448c63717a90463745 (diff)
downloadpatches-63fa0ffcd43484c2d7dcf32866529c022309ff20.tar
patches-63fa0ffcd43484c2d7dcf32866529c022309ff20.tar.gz
gnu: samtools: Update to 1.5.
* gnu/packages/bioinformatics.scm (samtools): Update to 1.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0447626a4a..3e3aaeb657 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4524,7 +4524,7 @@ to the user's query of interest.")
(define-public samtools
(package
(name "samtools")
- (version "1.4.1")
+ (version "1.5")
(source
(origin
(method url-fetch)
@@ -4533,7 +4533,7 @@ to the user's query of interest.")
version "/samtools-" version ".tar.bz2"))
(sha256
(base32
- "0vzxjm5vkgvzynl7cssm1l560rqs2amdaib1x8sp2ch9b7bxx9xx"))))
+ "1xidmv0jmfy7l0kb32hdnlshcxgzi1hmygvig0cqrq1fhckdlhl5"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((ice-9 ftw)