guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: phylip: Update to 3.697.


From: guix-commits
Subject: 11/15: gnu: phylip: Update to 3.697.
Date: Tue, 7 Dec 2021 07:18:31 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 899121f4d6ee596df522e4e7e729e07fa6ae84d6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 13:05:53 2021 +0100

    gnu: phylip: Update to 3.697.
    
    * gnu/packages/bioinformatics.scm (phylip): Update to 3.697.
---
 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 3c2b51e..db14da8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9232,7 +9232,7 @@ exon-skipping scanner detection scheme.")
 (define-public phylip
   (package
     (name "phylip")
-    (version "3.696")
+    (version "3.697")
     (source
      (origin
        (method url-fetch)
@@ -9240,7 +9240,7 @@ exon-skipping scanner detection scheme.")
                            "download/phylip-" version ".tar.gz"))
        (sha256
         (base32
-         "01jar1rayhr2gba2pgbw49m56rc5z4p5wn3ds0m188hrlln4a2nd"))))
+         "1h8h0nafnlbqryswxgplx80k2044yhfz97jh13vsgzlaifqdh9ls"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no check target



reply via email to

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