[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: minimap2: Update to 2.23.
From: |
guix-commits |
Subject: |
branch master updated: gnu: minimap2: Update to 2.23. |
Date: |
Sun, 05 Dec 2021 04:51:51 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e70e264 gnu: minimap2: Update to 2.23.
e70e264 is described below
commit e70e26423bffa080580a66d61cdd2158525e7f3f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 5 11:51:02 2021 +0200
gnu: minimap2: Update to 2.23.
* gnu/packages/bioinformatics.scm (minimap2): Update to 2.23.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e495b7d..45a06e6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11436,7 +11436,7 @@ version does count multisplits.")
(define-public minimap2
(package
(name "minimap2")
- (version "2.18")
+ (version "2.23")
(source
(origin
(method url-fetch)
@@ -11445,7 +11445,7 @@ version does count multisplits.")
"minimap2-" version ".tar.bz2"))
(sha256
(base32
- "1d7fvdqcqd6wns875rkyd7f34ii15gc9l1sivd2wbbpcb0fi0mbs"))))
+ "00ngbz1swcgxk5apx9dz5xkh1z8abdpysx5lc7w8fbrfxp41w0j0"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; there are none
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: minimap2: Update to 2.23.,
guix-commits <=