mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-kernsmooth: Update to 2.23-18.
* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-18.
This commit is contained in:
parent
e460ccba57
commit
0379e246d9
1 changed files with 2 additions and 2 deletions
|
@ -542,14 +542,14 @@ (define-public r-foreign
|
|||
(define-public r-kernsmooth
|
||||
(package
|
||||
(name "r-kernsmooth")
|
||||
(version "2.23-17")
|
||||
(version "2.23-18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "KernSmooth" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11g6b0q67vasxag6v9m4px33qqxpmnx47c73yv1dninv2pz76g9b"))))
|
||||
"14640ddvxmczd5xjg1xsd51gll2glfg946vks8wmac6jb8680d43"))))
|
||||
(properties `((upstream-name . "KernSmooth")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue