guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: diamond: Update to 0.9.30.


From: guix-commits
Subject: 02/03: gnu: diamond: Update to 0.9.30.
Date: Wed, 26 Feb 2020 08:07:40 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 920757566996f6a22b14074b92acd4bdf29a47cd
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 26 14:05:12 2020 +0100

    gnu: diamond: Update to 0.9.30.
    
    * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.30.
---
 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 1f17c01..546be38 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2578,7 +2578,7 @@ accurately delineate genomic rearrangements throughout 
the genome.")
 (define-public diamond
   (package
     (name "diamond")
-    (version "0.9.22")
+    (version "0.9.30")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2587,7 +2587,7 @@ accurately delineate genomic rearrangements throughout 
the genome.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0bky78v79g3wmdpsd706cscckgw1v09fg8vdd0z8z0d5b97aj9zl"))))
+                "0k6f3kb6cniw11xw6763kkbs1sl0yack7xsy7q5fl5v170ssphq4"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no "check" target



reply via email to

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