diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2018-03-06 15:50:32 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-03-06 16:03:04 +0100 |
commit | c072cf57b927111d9a63b7349074052cb696280b (patch) | |
tree | 15944bae9a63c86c38e0c07523143ae277f886ed /gnu/packages | |
parent | 727d847980e61d8d0deaa4219ea730dc85e0a515 (diff) | |
download | patches-c072cf57b927111d9a63b7349074052cb696280b.tar patches-c072cf57b927111d9a63b7349074052cb696280b.tar.gz |
gnu: samtools: Update to 1.7.
* gnu/packages/bioinformatics.scm (samtools): Update to 1.7.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c098562d2d..546b240f84 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4896,7 +4896,7 @@ to the user's query of interest.") (define-public samtools (package (name "samtools") - (version "1.5") + (version "1.7") (source (origin (method url-fetch) @@ -4905,7 +4905,7 @@ to the user's query of interest.") version "/samtools-" version ".tar.bz2")) (sha256 (base32 - "1xidmv0jmfy7l0kb32hdnlshcxgzi1hmygvig0cqrq1fhckdlhl5")))) + "18acyqysbxpydlc44lqv2hpp57l06bs9a3yqmcvjk8va2xrrdc77")))) (build-system gnu-build-system) (arguments `(#:modules ((ice-9 ftw) |