rekado pushed a commit to branch master
in repository guix.

commit 22367a9ae816fa917e96a53635792cde8603f537
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 18 16:08:42 2023 +0100

    gnu: r-clue: Update to 0.3-64.
    
    * gnu/packages/cran.scm (r-clue): Update to 0.3-64.
---
 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 9c6094c82a..e7d436149e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22366,14 +22366,14 @@ experiments in a well-organized and reproducible 
way.")
 (define-public r-clue
   (package
     (name "r-clue")
-    (version "0.3-63")
+    (version "0.3-64")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "clue" version))
        (sha256
         (base32
-         "0c402fb3r1cxd0j6ikjhssq2k22lbnsq4k7vjpgvyx4a4ly2h4yr"))))
+         "1br8vsjcfrklspk24cx2zpk05l0na18ajbkwkwmwmpc79jlbfp7l"))))
     (build-system r-build-system)
     (propagated-inputs (list r-cluster))
     (home-page "https://cran.r-project.org/web/packages/clue/";)

Reply via email to