guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: kraken2: Update to 2.1.2.


From: guix-commits
Subject: branch master updated: gnu: kraken2: Update to 2.1.2.
Date: Tue, 13 Sep 2022 11:36:37 -0400

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a7af25ad31 gnu: kraken2: Update to 2.1.2.
a7af25ad31 is described below

commit a7af25ad313bbc10d42801c48cd16dfda53290a1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 13 10:59:41 2022 +0200

    gnu: kraken2: Update to 2.1.2.
    
    * gnu/packages/bioinformatics.scm (kraken2): Update to 2.1.2.
---
 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 8700f42c5d..f9904a0f56 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14984,7 +14984,7 @@ international community.")
 (define-public kraken2
   (package
     (name "kraken2")
-    (version "2.1.1")
+    (version "2.1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -14993,7 +14993,7 @@ international community.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0h7a7vygd7y5isbrnc6srwq6xj1rmyd33pm8mmcgfkmlxlg5vkg3"))))
+                "1pl6ml1ldg2hnhy8ps56q0fl1wq3g91qkhinj6pb4yjjhv1rxsjf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #false                  ; there are none



reply via email to

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