guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 38/112: gnu: r-ks: Update to 1.13.4.
Date: Tue, 15 Mar 2022 15:22:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 054e06f168eda13dee1b72ef47c94e5a0438c238
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]