guix-commits
[Top][All Lists]
Advanced

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

67/212: gnu: r-phyclust: Update to 0.1-33.


From: guix-commits
Subject: 67/212: gnu: r-phyclust: Update to 0.1-33.
Date: Sat, 18 Feb 2023 14:00:58 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 32fab335675de6f5c2e41accbf2bf932ef43b0af
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:28 2023 +0100

    gnu: r-phyclust: Update to 0.1-33.
    
    * gnu/packages/cran.scm (r-phyclust): Update to 0.1-33.
---
 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 30293ad2f1..c4a69b196d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13299,13 +13299,13 @@ singular or ill-conditioned Jacobian.")
 (define-public r-phyclust
   (package
     (name "r-phyclust")
-    (version "0.1-32")
+    (version "0.1-33")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "phyclust" version))
               (sha256
                (base32
-                "1ga2pzksp97psqbl484fikfnr4bl3bgyys86wb3ya904xxwghy6c"))))
+                "04x4ymqnmc20pns89i4zs2yp75vchdgjszsinnpddjiv3446cy1q"))))
     (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]