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


From: Ben Woodcroft
Subject: 01/01: gnu: diamond: Update to 0.8.20.
Date: Tue, 30 Aug 2016 00:47:00 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit caa9bc7dc5824e587a588aa698e473e217c7c468
Author: Ben Woodcroft <address@hidden>
Date:   Tue Aug 30 10:46:30 2016 +1000

    gnu: diamond: Update to 0.8.20.
    
    * gnu/packages/bioinformatics.scm (diamond): Update to 0.8.20.
---
 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 2bd71c8..ed20b56 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1903,7 +1903,7 @@ identify enrichments with functional annotations of the 
genome.")
 (define-public diamond
   (package
     (name "diamond")
-    (version "0.8.18")
+    (version "0.8.20")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1912,7 +1912,7 @@ identify enrichments with functional annotations of the 
genome.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1r8klhbzn5cfzg9g69dd0sk4c0bd8cg1g5id8blsqi273bymm4jl"))))
+                "16bhwpxqzq2nfkh9522rwcc1p97ygszjmhphz69x2jk501jf9wkg"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no "check" target



reply via email to

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