diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-08-28 14:16:28 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-08-28 17:06:11 +0200 |
commit | 01d716c7a91ebff83a2858e5a40b1f53b9bc9784 (patch) | |
tree | 699c9f392587c4856bd260a996de64136db8ee6e | |
parent | ebd25002b99f36ef030c19c045d5f725a7084624 (diff) |
gnu: r-ks: Update to 1.14.1.
* gnu/packages/cran.scm (r-ks): Update to 1.14.1.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c4b158f33c..21b4db18df 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -17369,13 +17369,13 @@ validation. It can be run in parallel to save computation time.") (define-public r-ks (package (name "r-ks") - (version "1.14.0") + (version "1.14.1") (source (origin (method url-fetch) (uri (cran-uri "ks" version)) (sha256 - (base32 "14a3pcxxcsfkqz5j6n2wlxkp0gsdp5mzdq7ipcjb65q2gdmwbf9d")))) + (base32 "0vf7vqaq6bhi4rrggmd56wzxx40j846g66yxvvbnihqjyhxgahs5")))) (build-system r-build-system) (propagated-inputs (list r-fnn |