diff options
author | Ben J. Woodcroft <donttrustben near gmail.com> | 2016-02-02 22:39:05 +1000 |
---|---|---|
committer | Ben J. Woodcroft <donttrustben near gmail.com> | 2016-02-02 22:42:38 +1000 |
commit | ce294c0445aa7c6472bc02d9f83d1171b8d88e77 (patch) | |
tree | 25fb857b8c31d9a49be7751dcf7aa0ce5a497662 /gnu | |
parent | 0889321b5e0c45f587af8b94f8f8c6fb1b39f659 (diff) | |
download | patches-ce294c0445aa7c6472bc02d9f83d1171b8d88e77.tar patches-ce294c0445aa7c6472bc02d9f83d1171b8d88e77.tar.gz |
gnu: Update sortmerna to 2.1.
* gnu/packages/bioinformatics.scm (sortmerna): Update to 2.1.
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 992ab30fe9..e277f890a1 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3144,7 +3144,7 @@ of these reads to align data quickly through a hash-based indexing scheme.") (define-public sortmerna (package (name "sortmerna") - (version "2.0") + (version "2.1") (source (origin (method url-fetch) @@ -3154,7 +3154,7 @@ of these reads to align data quickly through a hash-based indexing scheme.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1670a92x1vvkacnvgr2i5xac3ls6lp4pc3n0bccnmllsnymggcf0")))) + "1mc5cf1c7xh0h7xb11vh7gqgzx0qvrfa606cb8ixlfg3f2av58s4")))) (build-system gnu-build-system) (outputs '("out" ;for binaries "db")) ;for sequence databases |