Archived
1
0
Fork 0

gnu: Update minimap2 to 2.17.

* gnu/packages/bioinformatics.scm (minimap2): Update to 2.17.
This commit is contained in:
Roel Janssen 2020-04-27 21:34:10 +02:00
parent 693d0fffc8
commit 78799a6fdc
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -13207,7 +13207,7 @@ version does count multisplits.")
(define-public minimap2 (define-public minimap2
(package (package
(name "minimap2") (name "minimap2")
(version "2.10") (version "2.17")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -13216,7 +13216,7 @@ version does count multisplits.")
"minimap2-" version ".tar.bz2")) "minimap2-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"080w9066irkbhbyr4nmf19pzkdd2s4v31hpzlajgq2y0drr6zcsj")))) "0hi7i9pzxhvjj44khzzzj1lrn5gb5837arr4wgln7k1k5n4ci2mn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; there are none `(#:tests? #f ; there are none