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

* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-20.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:21 +02:00
parent 27e873a5e3
commit 50c7032eef
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -541,14 +541,14 @@ (define-public r-foreign
(define-public r-kernsmooth
(package
(name "r-kernsmooth")
(version "2.23-18")
(version "2.23-20")
(source
(origin
(method url-fetch)
(uri (cran-uri "KernSmooth" version))
(sha256
(base32
"14640ddvxmczd5xjg1xsd51gll2glfg946vks8wmac6jb8680d43"))))
"0fgclmzk3ksjsh3j47jqzm3jhqrwn12rkp7f84yr6wr43q2pbsr0"))))
(properties `((upstream-name . "KernSmooth")))
(build-system r-build-system)
(native-inputs