guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: diamond: Update to 0.9.17.


From: Ben Woodcroft
Subject: 02/02: gnu: diamond: Update to 0.9.17.
Date: Fri, 2 Feb 2018 08:11:09 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 7502badb81311df8ded0202c99b7cada31511678
Author: Ben Woodcroft <address@hidden>
Date:   Fri Feb 2 22:12:18 2018 +1000

    gnu: diamond: Update to 0.9.17.
    
    * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.17.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a240434..b8c6e6a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2015, 2016, 2017, 2018 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2015, 2016, 2017 Ben Woodcroft <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2015, 2016 Pjotr Prins <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2016 Roel Janssen <address@hidden>
@@ -2074,7 +2074,7 @@ identify enrichments with functional annotations of the 
genome.")
 (define-public diamond
   (package
     (name "diamond")
-    (version "0.9.16")
+    (version "0.9.17")
     (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
-                "1sydm3jldl4pypy74g82dj9j8vx3j3ikf3i9srxqjp7r64039hiy"))))
+                "1p3fd1ad7hg2w09w3sjk4pxqx0p0gaqys8ipg3f4adg77mn9m9yd"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no "check" target



reply via email to

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