mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-clue: Update to 0.3-65.
* gnu/packages/cran.scm (r-clue): Update to 0.3-65.
This commit is contained in:
parent
486d1f8613
commit
0025676cbe
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue