guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bbmap: Update to 38.90.


From: guix-commits
Subject: 01/02: gnu: bbmap: Update to 38.90.
Date: Tue, 9 Mar 2021 05:57:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 49d85b3f11a2ea28ac862857e7f040ef26ce39ae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 11:53:58 2021 +0100

    gnu: bbmap: Update to 38.90.
    
    * gnu/packages/bioinformatics.scm (bbmap): Update to 38.90.
---
 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 be07bd1..61c9e06 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14449,14 +14449,14 @@ is a Cython wrapper for FIt-SNE.")
 (define-public bbmap
   (package
     (name "bbmap")
-    (version "35.82")
+    (version "38.90")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "mirror://sourceforge/bbmap/BBMap_" version ".tar.gz"))
               (sha256
                (base32
-                "1q4rfhxcb6z3gm8zg2davjz98w22lkf4hm9ikxz9kdl93pil3wkd"))))
+                "1wb94bcc006qq86x77z2rz0lc8m9f1kpnw6gdhjfg9bdaqf56rm3"))))
     (build-system ant-build-system)
     (arguments
      `(#:build-target "dist"



reply via email to

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