me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-clue): Update to 0.3-59.
master
Ricardo Wurmus 2021-05-04 07:13:13 +02:00
parent abc63422de
commit aca781b9a4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17486,14 +17486,14 @@ experiments in a well-organized and reproducible way.")
(define-public r-clue
(package
(name "r-clue")
(version "0.3-58")
(version "0.3-59")
(source
(origin
(method url-fetch)
(uri (cran-uri "clue" version))
(sha256
(base32
"1rwwxlnpl1k0n4k96vxc9zajw9kb4syqwzj76fvaf0qim8p6ddia"))))
"0ychvjbqkcgqdp5gy4hsi4297phywd7fj89y3yi5ckmnmjb39kjm"))))
(build-system r-build-system)
(propagated-inputs `(("r-cluster" ,r-cluster)))
(home-page "https://cran.r-project.org/web/packages/clue/")