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


From: Ben Woodcroft
Subject: 01/01: gnu: diamond: Update to 0.9.15.
Date: Thu, 25 Jan 2018 22:30:13 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit a81f7eb858bf7e320d4dccde183d303247b6d47a
Author: Ben Woodcroft <address@hidden>
Date:   Fri Jan 26 12:47:02 2018 +1000

    gnu: diamond: Update to 0.9.15.
    
    * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.15.
---
 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 4d05aeb..01f35db 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.14")
+    (version "0.9.15")
     (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
-                "07li3chjdna0wjyh680j3bhwiqh1fbfq9dy9jxxs82mc0rw0m1yy"))))
+                "0c9v0lddz8df5pnra464832cgn1igzpawgsknly7s1mq0qk9aiqj"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no "check" target



reply via email to

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