me
/
guix
Archived
1
0
Fork 0

gnu: r-kernsmooth: Update to 2.23-17.

* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-17.
master
Ricardo Wurmus 2020-04-30 15:27:19 +02:00
parent 1cf9a5cd75
commit 9c313889f1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -532,14 +532,14 @@ for reading and writing some dBase files.")
(define-public r-kernsmooth
(package
(name "r-kernsmooth")
(version "2.23-16")
(version "2.23-17")
(source
(origin
(method url-fetch)
(uri (cran-uri "KernSmooth" version))
(sha256
(base32
"1acrkbdn3a74y4dndkcdl1njnpfqz7gk3bsz03g8lfj8l7z53hmq"))))
"11g6b0q67vasxag6v9m4px33qqxpmnx47c73yv1dninv2pz76g9b"))))
(properties `((upstream-name . "KernSmooth")))
(build-system r-build-system)
(native-inputs