mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-kernsmooth: Update to 2.23-24.
* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-24. Change-Id: Ic003549e36308d6ce7d188868eae479dd65d2b57
This commit is contained in:
parent
7849bf28db
commit
b751192035
1 changed files with 2 additions and 2 deletions
|
@ -644,14 +644,14 @@ (define-public r-foreign
|
|||
(define-public r-kernsmooth
|
||||
(package
|
||||
(name "r-kernsmooth")
|
||||
(version "2.23-22")
|
||||
(version "2.23-24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "KernSmooth" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sblhl7b9d3m6034xd3254ddkj9ssqxawknzksfbgjh68s849q3n"))))
|
||||
"0pxc53sw9f4hhxnl3zkalkkk0fvzcfxw7c4ibrb95zbzahwyrcyh"))))
|
||||
(properties `((upstream-name . "KernSmooth")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue