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

* gnu/packages/cran.scm (r-clue): Update to 0.3-63.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:21 +01:00
parent e2311300f1
commit d60a3ebb0c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21354,14 +21354,14 @@ (define-public r-batchtools
(define-public r-clue
(package
(name "r-clue")
(version "0.3-62")
(version "0.3-63")
(source
(origin
(method url-fetch)
(uri (cran-uri "clue" version))
(sha256
(base32
"1lhybs6rhq8zs7q15ahng7c93liiygr64i2zwg3ya6maqji3ynjp"))))
"0c402fb3r1cxd0j6ikjhssq2k22lbnsq4k7vjpgvyx4a4ly2h4yr"))))
(build-system r-build-system)
(propagated-inputs (list r-cluster))
(home-page "https://cran.r-project.org/web/packages/clue/")