gnu: r-kernsmooth: Update to 2.23-22.
* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-22.
This commit is contained in:
parent
42b5758b82
commit
f072cd9486
1 changed files with 2 additions and 2 deletions
|
@ -623,14 +623,14 @@ for reading and writing some dBase files.")
|
||||||
(define-public r-kernsmooth
|
(define-public r-kernsmooth
|
||||||
(package
|
(package
|
||||||
(name "r-kernsmooth")
|
(name "r-kernsmooth")
|
||||||
(version "2.23-21")
|
(version "2.23-22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "KernSmooth" version))
|
(uri (cran-uri "KernSmooth" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12qsy90cmcg8pdvcpasdskh82x9d83xdznibi9b7z1hkw8ccnqrx"))))
|
"1sblhl7b9d3m6034xd3254ddkj9ssqxawknzksfbgjh68s849q3n"))))
|
||||||
(properties `((upstream-name . "KernSmooth")))
|
(properties `((upstream-name . "KernSmooth")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue