guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

154/224: gnu: r-kernsmooth: Update to 2.23-24.


From: guix-commits
Subject: 154/224: gnu: r-kernsmooth: Update to 2.23-24.
Date: Wed, 17 Jul 2024 17:19:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b7511920358df4b4e5815fb2eb4ba56498e8d0e0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:53 2024 +0200

    gnu: r-kernsmooth: Update to 2.23-24.
    
    * gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-24.
    
    Change-Id: Ic003549e36308d6ce7d188868eae479dd65d2b57
---
 gnu/packages/statistics.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]