gnu: Update sortmerna to 2.1.
* gnu/packages/bioinformatics.scm (sortmerna): Update to 2.1.
This commit is contained in:
parent
0889321b5e
commit
ce294c0445
|
@ -3144,7 +3144,7 @@ of these reads to align data quickly through a hash-based indexing scheme.")
|
||||||
(define-public sortmerna
|
(define-public sortmerna
|
||||||
(package
|
(package
|
||||||
(name "sortmerna")
|
(name "sortmerna")
|
||||||
(version "2.0")
|
(version "2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1670a92x1vvkacnvgr2i5xac3ls6lp4pc3n0bccnmllsnymggcf0"))))
|
"1mc5cf1c7xh0h7xb11vh7gqgzx0qvrfa606cb8ixlfg3f2av58s4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" ;for binaries
|
(outputs '("out" ;for binaries
|
||||||
"db")) ;for sequence databases
|
"db")) ;for sequence databases
|
||||||
|
|
Loading…
Reference in New Issue