gnu: minimap2: Update to 2.23.

* gnu/packages/bioinformatics.scm (minimap2): Update to 2.23.
This commit is contained in:
Efraim Flashner 2021-12-05 11:51:02 +02:00
parent 030d9b261f
commit e70e26423b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11436,7 +11436,7 @@ (define-public sjcount
(define-public minimap2 (define-public minimap2
(package (package
(name "minimap2") (name "minimap2")
(version "2.18") (version "2.23")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -11445,7 +11445,7 @@ (define-public minimap2
"minimap2-" version ".tar.bz2")) "minimap2-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1d7fvdqcqd6wns875rkyd7f34ii15gc9l1sivd2wbbpcb0fi0mbs")))) "00ngbz1swcgxk5apx9dz5xkh1z8abdpysx5lc7w8fbrfxp41w0j0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; there are none `(#:tests? #f ; there are none