gnu: Update minimap2 to 2.17.
* gnu/packages/bioinformatics.scm (minimap2): Update to 2.17.
This commit is contained in:
parent
693d0fffc8
commit
78799a6fdc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue