guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: diamond: Update to 0.9.9.


From: Ben Woodcroft
Subject: 02/02: gnu: diamond: Update to 0.9.9.
Date: Tue, 4 Jul 2017 06:08:52 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit a522517cdba13ac5b11a8b2969ddb72d8fca2eca
Author: Ben J Woodcroft <address@hidden>
Date:   Wed Jun 28 10:21:08 2017 +1000

    gnu: diamond: Update to 0.9.9.
    
    * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.9.
---
 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 9fe4dc2..0ff0bbb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2102,7 +2102,7 @@ identify enrichments with functional annotations of the 
genome.")
 (define-public diamond
   (package
     (name "diamond")
-    (version "0.9.8")
+    (version "0.9.9")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2111,7 +2111,7 @@ identify enrichments with functional annotations of the 
genome.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "04f501vj3i95i2b4n60831k00ljalifrq33419bbz0y3sjlmcnj3"))))
+                "04i03046g3l2vk9722z47r1p7j415g97vvz6d76ywmbawyiihcb1"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no "check" target



reply via email to

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