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


From: Ben Woodcroft
Subject: 01/02: gnu: diamond: Update to 0.8.36.
Date: Thu, 2 Mar 2017 06:20:20 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit a9f754d73320703c257a29f926aae77a23ef66db
Author: Ben Woodcroft <address@hidden>
Date:   Thu Mar 2 21:13:39 2017 +1000

    gnu: diamond: Update to 0.8.36.
    
    * gnu/packages/bioinformatics.scm (diamond): Update to 0.8.36.
---
 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 1810773..0fc8c04 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 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2015, 2016 Ben Woodcroft <address@hidden>
+;;; Copyright © 2015, 2016, 2017 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2015, 2016 Pjotr Prins <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2016 Roel Janssen <address@hidden>
@@ -2047,7 +2047,7 @@ identify enrichments with functional annotations of the 
genome.")
 (define-public diamond
   (package
     (name "diamond")
-    (version "0.8.34")
+    (version "0.8.36")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2056,7 +2056,7 @@ identify enrichments with functional annotations of the 
genome.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0jvr34g346gbz7z1zb9bs0vplivm9p4cxk0lbzklvdpa7g236p39"))))
+                "092smzzjcg51n3x4h84k52ijpz9m40ri838j9k2i463ribc3c8rh"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no "check" target



reply via email to

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