me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-22.
master
Ricardo Wurmus 2023-07-11 15:35:32 +02:00
parent 42b5758b82
commit f072cd9486
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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