guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: diamond: Update to 0.9.18.


From: Ben Woodcroft
Subject: 01/01: gnu: diamond: Update to 0.9.18.
Date: Thu, 15 Feb 2018 17:14:22 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 5ebc8e7f41bfc292dedb9de3bf13b54bc0d0d2dd
Author: Ben Woodcroft <address@hidden>
Date:   Fri Feb 16 08:13:24 2018 +1000

    gnu: diamond: Update to 0.9.18.
    
    * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.18.
---
 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 14a790b..00490db 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2074,7 +2074,7 @@ identify enrichments with functional annotations of the 
genome.")
 (define-public diamond
   (package
     (name "diamond")
-    (version "0.9.17")
+    (version "0.9.18")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2083,7 +2083,7 @@ identify enrichments with functional annotations of the 
genome.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1p3fd1ad7hg2w09w3sjk4pxqx0p0gaqys8ipg3f4adg77mn9m9yd"))))
+                "1vi2nddmy7knrv8gsprwqp6a40k63n3f2dfvx22ipjhrg9xir96f"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no "check" target



reply via email to

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