diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-09-23 11:46:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-09-23 11:46:53 +0200 |
commit | 646a84338dc8d1935901c30029a90a1dccc8d6a2 (patch) | |
tree | e4bfcc963cbbff779b99a643db1a97091eb2c0ac /gnu | |
parent | 40974c933ec9f793bd51a3aeab4e4a6a48cde18e (diff) | |
download | patches-646a84338dc8d1935901c30029a90a1dccc8d6a2.tar patches-646a84338dc8d1935901c30029a90a1dccc8d6a2.tar.gz |
gnu: sra-tools: Update to 2.7.0.
* gnu/packages/bioinformatics.scm (sra-tools): Update to 2.7.0.
Diffstat (limited to 'gnu')
-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 6b4ee59c60..1bf91a958e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4463,7 +4463,7 @@ sequence itself can be retrieved from these databases.") (define-public sra-tools (package (name "sra-tools") - (version "2.5.7") + (version "2.7.0") (source (origin (method url-fetch) @@ -4473,7 +4473,7 @@ sequence itself can be retrieved from these databases.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0q93qg744x787d08qmjmdafki1wkbvkdwynayjnjd454gkd26jl5")))) + "13paw7bq6y47d2pl0ac5gpgcqp1xsy1g7v1fwysm3hr8lb2dck17")))) (build-system gnu-build-system) (arguments `(#:parallel-build? #f ; not supported |