mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-clue: Update to 0.3-60.
* gnu/packages/cran.scm (r-clue): Update to 0.3-60.
This commit is contained in:
parent
56c52b9505
commit
89618cb5f4
1 changed files with 2 additions and 2 deletions
|
@ -18999,14 +18999,14 @@ (define-public r-batchtools
|
|||
(define-public r-clue
|
||||
(package
|
||||
(name "r-clue")
|
||||
(version "0.3-59")
|
||||
(version "0.3-60")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "clue" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ychvjbqkcgqdp5gy4hsi4297phywd7fj89y3yi5ckmnmjb39kjm"))))
|
||||
"0apgpdnn74mqg2bnr8yjyxgyvdl411h0r2b1r2xd67k21pyxs8bd"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-cluster" ,r-cluster)))
|
||||
(home-page "https://cran.r-project.org/web/packages/clue/")
|
||||
|
|
Loading…
Reference in a new issue