guix-commits
[Top][All Lists]
Advanced

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

28/98: gnu: r-phyclust: Update to 0.1-34.


From: guix-commits
Subject: 28/98: gnu: r-phyclust: Update to 0.1-34.
Date: Wed, 13 Sep 2023 18:06:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 52c69229f894a347502f7979ec68d2416d67e9b6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 00:04:07 2023 +0200

    gnu: r-phyclust: Update to 0.1-34.
    
    * gnu/packages/cran.scm (r-phyclust): Update to 0.1-34.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d3beb12a64..9e71f33d8f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15090,13 +15090,13 @@ singular or ill-conditioned Jacobian.")
 (define-public r-phyclust
   (package
     (name "r-phyclust")
-    (version "0.1-33")
+    (version "0.1-34")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "phyclust" version))
               (sha256
                (base32
-                "04x4ymqnmc20pns89i4zs2yp75vchdgjszsinnpddjiv3446cy1q"))))
+                "1wzmd02ng7zphn97xdra3hgivrxqpizqcy5kpg45sk7jx4q7016j"))))
     (properties `((upstream-name . "phyclust")))
     (build-system r-build-system)
     (propagated-inputs (list r-ape))



reply via email to

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