aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-07-02 14:58:53 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-07-17 22:38:33 +0200
commitb7511920358df4b4e5815fb2eb4ba56498e8d0e0 (patch)
tree9a3e996e557e47c1ce874f6061518409be897dd3 /gnu
parent7849bf28db9d88618f3b13c00a889322c60d13cf (diff)
downloadguix-b7511920358df4b4e5815fb2eb4ba56498e8d0e0.tar.gz
guix-b7511920358df4b4e5815fb2eb4ba56498e8d0e0.zip
gnu: r-kernsmooth: Update to 2.23-24.
* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-24. Change-Id: Ic003549e36308d6ce7d188868eae479dd65d2b57
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/statistics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 83ac657fe6..5f04d0def0 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -644,14 +644,14 @@ for reading and writing some dBase files.")
(define-public r-kernsmooth
(package
(name "r-kernsmooth")
- (version "2.23-22")
+ (version "2.23-24")
(source
(origin
(method url-fetch)
(uri (cran-uri "KernSmooth" version))
(sha256
(base32
- "1sblhl7b9d3m6034xd3254ddkj9ssqxawknzksfbgjh68s849q3n"))))
+ "0pxc53sw9f4hhxnl3zkalkkk0fvzcfxw7c4ibrb95zbzahwyrcyh"))))
(properties `((upstream-name . "KernSmooth")))
(build-system r-build-system)
(native-inputs