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.12.


From: Ben Woodcroft
Subject: 01/01: gnu: diamond: Update to 0.9.12.
Date: Fri, 3 Nov 2017 20:51:57 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 171ba2480f725bcea0cdf242007875924794e707
Author: Ben Woodcroft <address@hidden>
Date:   Sat Nov 4 10:51:44 2017 +1000

    gnu: diamond: Update to 0.9.12.
    
    * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.12.
---
 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 4743999..f0f1c93 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2060,7 +2060,7 @@ identify enrichments with functional annotations of the 
genome.")
 (define-public diamond
   (package
     (name "diamond")
-    (version "0.9.11")
+    (version "0.9.12")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2069,7 +2069,7 @@ identify enrichments with functional annotations of the 
genome.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1yqil5531p35xkqa44x75vvq8s7w8kqjqn1p5hf1nh0d91j9ihby"))))
+                "1zrnr59pqdg56wxfdx3xg4h4d8fa14cxq5kfmc3q88hxrj42rqgs"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no "check" target



reply via email to

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