mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-clue: Update to 0.3-58.
* gnu/packages/cran.scm (r-clue): Update to 0.3-58.
This commit is contained in:
parent
a80b912c87
commit
c1ba4adf8f
1 changed files with 2 additions and 2 deletions
|
@ -16264,14 +16264,14 @@ (define-public r-batchtools
|
|||
(define-public r-clue
|
||||
(package
|
||||
(name "r-clue")
|
||||
(version "0.3-57")
|
||||
(version "0.3-58")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "clue" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05rdcahawxlxci3fjxihjvvh33wqpxw50sx015165ab4nh3rsdkf"))))
|
||||
"1rwwxlnpl1k0n4k96vxc9zajw9kb4syqwzj76fvaf0qim8p6ddia"))))
|
||||
(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