guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Update minimap2 to 2.17.


From: guix-commits
Subject: branch master updated: gnu: Update minimap2 to 2.17.
Date: Mon, 27 Apr 2020 15:34:43 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 78799a6  gnu: Update minimap2 to 2.17.
78799a6 is described below

commit 78799a6fdc5a00b3a0e62c0e99c3340298d36eff
Author: Roel Janssen <address@hidden>
AuthorDate: Mon Apr 27 21:34:10 2020 +0200

    gnu: Update minimap2 to 2.17.
    
    * gnu/packages/bioinformatics.scm (minimap2): Update to 2.17.
---
 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 8ef2880..7b24d8b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13207,7 +13207,7 @@ version does count multisplits.")
 (define-public minimap2
   (package
     (name "minimap2")
-    (version "2.10")
+    (version "2.17")
     (source
      (origin
        (method url-fetch)
@@ -13216,7 +13216,7 @@ version does count multisplits.")
                            "minimap2-" version ".tar.bz2"))
        (sha256
         (base32
-         "080w9066irkbhbyr4nmf19pzkdd2s4v31hpzlajgq2y0drr6zcsj"))))
+         "0hi7i9pzxhvjj44khzzzj1lrn5gb5837arr4wgln7k1k5n4ci2mn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; there are none



reply via email to

[Prev in Thread] Current Thread [Next in Thread]