guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: diamond: Update to 0.9.14.


From: Ben Woodcroft
Subject: 01/02: gnu: diamond: Update to 0.9.14.
Date: Thu, 14 Dec 2017 07:50:58 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 4e0b3583eab7dd67c2e13ad614e48f8d31c59c90
Author: Ben Woodcroft <address@hidden>
Date:   Thu Dec 14 09:12:56 2017 +1000

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



reply via email to

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