me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-21.
master
Ricardo Wurmus 2023-05-09 14:25:49 +02:00
parent 4f67571782
commit 291b84b8c6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

@ -616,14 +616,14 @@ for reading and writing some dBase files.")
(define-public r-kernsmooth
(package
(name "r-kernsmooth")
(version "2.23-20")
(version "2.23-21")
(source
(origin
(method url-fetch)
(uri (cran-uri "KernSmooth" version))
(sha256
(base32
"0fgclmzk3ksjsh3j47jqzm3jhqrwn12rkp7f84yr6wr43q2pbsr0"))))
"12qsy90cmcg8pdvcpasdskh82x9d83xdznibi9b7z1hkw8ccnqrx"))))
(properties `((upstream-name . "KernSmooth")))
(build-system r-build-system)
(native-inputs