1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

* gnu/packages/cran.scm (r-clue): Update to 0.3-68.

Change-Id: I2189ede33a63be70c61f36f761730248b6790ad2
This commit is contained in:
Ricardo Wurmus
2026-03-31 18:43:52 +02:00
parent e79c7394c7
commit a8063066bf

View File

@@ -41571,14 +41571,14 @@ experiments in a well-organized and reproducible way.")
(define-public r-clue
(package
(name "r-clue")
(version "0.3-67")
(version "0.3-68")
(source
(origin
(method url-fetch)
(uri (cran-uri "clue" version))
(sha256
(base32
"0ql3a8jy0ra22zb4bhhb3p14n9rr2b7qnnkzfrxzi97gw3zckc4v"))))
"05ijia1kfidl1mxwn0srhaf0nv6snv5qhga4xw0706a1vdqix136"))))
(build-system r-build-system)
(propagated-inputs (list r-cluster))
(home-page "https://cran.r-project.org/web/packages/clue/")