guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: raxml: Update to 8.2.10.


From: Ben Woodcroft
Subject: 01/01: gnu: raxml: Update to 8.2.10.
Date: Sun, 9 Apr 2017 07:45:13 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit e9e0fab079257dc41955ad1d0b960c2abb82f74a
Author: Ben Woodcroft <address@hidden>
Date:   Sun Apr 9 21:42:17 2017 +1000

    gnu: raxml: Update to 8.2.10.
    
    * gnu/packages/bioinformatics.scm (raxml): Update to 8.2.10.
---
 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 ce93717..8f0913f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4041,7 +4041,7 @@ extremely diverse sets of genomes.")
 (define-public raxml
   (package
     (name "raxml")
-    (version "8.2.9")
+    (version "8.2.10")
     (source
      (origin
        (method url-fetch)
@@ -4052,7 +4052,7 @@ extremely diverse sets of genomes.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1pv8p2fy67y21a9y4cm7xpvxqjwz2v4201flfjshdq1p8j52rqf7"))))
+         "13s7aspfdcfr6asynwdg1x6vznys6pzap5f8wsffbnnwpkkg9ya8"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; There are no tests.



reply via email to

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