guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 0ac9c2bc6004e8c6f1ab15214b2ffe3dc8f508bc
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 21 10:03:33 2026 +0100

    gnu: r-clue: Update to 0.3-67.
    
    * gnu/packages/cran.scm (r-clue): Update to 0.3-67.
    
    Change-Id: I4ff4251bd4b8470b85492744a39202fd8723c966
---
 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 7653328abb..7facf131bc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -41124,14 +41124,14 @@ experiments in a well-organized and reproducible 
way.")
 (define-public r-clue
   (package
     (name "r-clue")
-    (version "0.3-66")
+    (version "0.3-67")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "clue" version))
        (sha256
         (base32
-         "1yy26zvw15bqphdlb6gj2m4ay92gbb8hvply9hwyndanq1cdv1ma"))))
+         "0ql3a8jy0ra22zb4bhhb3p14n9rr2b7qnnkzfrxzi97gw3zckc4v"))))
     (build-system r-build-system)
     (propagated-inputs (list r-cluster))
     (home-page "https://cran.r-project.org/web/packages/clue/";)

Reply via email to