mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-ks: Update to 1.13.3.
* gnu/packages/cran.scm (r-ks): Update to 1.13.3.
This commit is contained in:
parent
3693c56b89
commit
ffced01644
1 changed files with 2 additions and 2 deletions
|
@ -12308,13 +12308,13 @@ (define-public r-misc3d
|
|||
(define-public r-ks
|
||||
(package
|
||||
(name "r-ks")
|
||||
(version "1.13.2")
|
||||
(version "1.13.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ks" version))
|
||||
(sha256
|
||||
(base32 "02gnpyjqdlj6dl2x9i7mmks4f5nrh85j3h0kfa0v1v6wi8blx7kw"))))
|
||||
(base32 "0wyfdmhr753vpizns9kl7h7pfnnb16c7m7w9a4bpz62xcvgq1yyy"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-fnn
|
||||
|
|
Loading…
Reference in a new issue