mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: minimap2: Update to 2.23.
* gnu/packages/bioinformatics.scm (minimap2): Update to 2.23.
This commit is contained in:
parent
030d9b261f
commit
e70e26423b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue