3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/cran.scm (r-clue): Update to 0.3-61.
This commit is contained in:
Ricardo Wurmus 2022-05-30 15:34:39 +02:00
parent 7815efe731
commit 0880acbcb5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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