me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-clue): Update to 0.3-61.
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
1 changed files with 2 additions and 2 deletions

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