gnu: r-clue: Update to 0.3-64.

* gnu/packages/cran.scm (r-clue): Update to 0.3-64.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:42 +01:00
parent 3dab9ff63d
commit 22367a9ae8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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/")