guix-commits
[Top][All Lists]
Advanced

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

18/35: gnu: r-ks: Update to 1.14.2.


From: guix-commits
Subject: 18/35: gnu: r-ks: Update to 1.14.2.
Date: Wed, 17 Jan 2024 17:54:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7bf376a675f8449597f121cb53011ac890237e93
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 17 23:09:48 2024 +0100

    gnu: r-ks: Update to 1.14.2.
    
    * gnu/packages/cran.scm (r-ks): Update to 1.14.2.
    [propagated-inputs]: Remove r-plot3d.
    
    Change-Id: I8c7abbbd691ca0de5da704cbfa170aeb2949d8e1
---
 gnu/packages/cran.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a685be796b..3f83eaa9ae 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18247,13 +18247,13 @@ validation.  It can be run in parallel to save 
computation time.")
 (define-public r-ks
   (package
     (name "r-ks")
-    (version "1.14.1")
+    (version "1.14.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ks" version))
        (sha256
-        (base32 "0vf7vqaq6bhi4rrggmd56wzxx40j846g66yxvvbnihqjyhxgahs5"))))
+        (base32 "1jrzh1syq6jdqpp5xmb25hqsk07bpbn6caqhp9mw5zpsdi3k14gi"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-fnn
@@ -18264,7 +18264,6 @@ validation.  It can be run in parallel to save 
computation time.")
            r-mgcv
            r-multicool
            r-mvtnorm
-           r-plot3d
            r-pracma))
     (home-page "https://www.mvstat.net/tduong/";)
     (synopsis "Kernel smoothing")



reply via email to

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