guix-commits
[Top][All Lists]
Advanced

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

38/111: gnu: r-ks: Update to 1.13.4.


From: guix-commits
Subject: 38/111: gnu: r-ks: Update to 1.13.4.
Date: Mon, 14 Mar 2022 02:25:15 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit a1f27b1f6d3e3e386eab2f743ce940660b8679fe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:26 2022 +0100

    gnu: r-ks: Update to 1.13.4.
    
    * gnu/packages/cran.scm (r-ks): Update to 1.13.4.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4e319c4de8..41626afe4f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12993,13 +12993,13 @@ isosurfaces.")
 (define-public r-ks
   (package
     (name "r-ks")
-    (version "1.13.3")
+    (version "1.13.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ks" version))
        (sha256
-        (base32 "0wyfdmhr753vpizns9kl7h7pfnnb16c7m7w9a4bpz62xcvgq1yyy"))))
+        (base32 "15sm1ys7sk0gn7hr1vik4xrn4jdf837knwk7j8h32lr29w9mh917"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-fnn



reply via email to

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