mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-clue: Update to 0.3-63.
* gnu/packages/cran.scm (r-clue): Update to 0.3-63.
This commit is contained in:
parent
e2311300f1
commit
d60a3ebb0c
1 changed files with 2 additions and 2 deletions
|
@ -21354,14 +21354,14 @@ (define-public r-batchtools
|
||||||
(define-public r-clue
|
(define-public r-clue
|
||||||
(package
|
(package
|
||||||
(name "r-clue")
|
(name "r-clue")
|
||||||
(version "0.3-62")
|
(version "0.3-63")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "clue" version))
|
(uri (cran-uri "clue" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lhybs6rhq8zs7q15ahng7c93liiygr64i2zwg3ya6maqji3ynjp"))))
|
"0c402fb3r1cxd0j6ikjhssq2k22lbnsq4k7vjpgvyx4a4ly2h4yr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-cluster))
|
(propagated-inputs (list r-cluster))
|
||||||
(home-page "https://cran.r-project.org/web/packages/clue/")
|
(home-page "https://cran.r-project.org/web/packages/clue/")
|
||||||
|
|
Loading…
Reference in a new issue