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

* gnu/packages/cran.scm (r-clue): Update to 0.3-65.
This commit is contained in:
Ricardo Wurmus 2023-10-05 13:34:50 +02:00
parent 486d1f8613
commit 0025676cbe
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -24902,14 +24902,14 @@ (define-public r-batchtools
(define-public r-clue
(package
(name "r-clue")
(version "0.3-64")
(version "0.3-65")
(source
(origin
(method url-fetch)
(uri (cran-uri "clue" version))
(sha256
(base32
"1br8vsjcfrklspk24cx2zpk05l0na18ajbkwkwmwmpc79jlbfp7l"))))
"1y1ycb5yw034ccxz15x41ah699hgjffsfvbn15fwdcdjbz9zvy5x"))))
(build-system r-build-system)
(propagated-inputs (list r-cluster))
(home-page "https://cran.r-project.org/web/packages/clue/")