diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-10-25 16:57:42 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-10-25 16:58:43 +0200 |
commit | 49e6c0311741ac85c4a1cf5070c1dbf88bd2c944 (patch) | |
tree | 7b7ae02ecefecbcd83821cf9fd5615364728a6cb /gnu | |
parent | 6eab7ce6c004a7016951fd07aceede26926602d3 (diff) |
gnu: r-lattice: Update to 0.22-5.
* gnu/packages/statistics.scm (r-lattice): Update to 0.22-5.
Change-Id: I77cb85f0b548f519216e9e6b31b8e8b3bb78e1d8
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index c92087a3f4..89dfe1369c 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -652,13 +652,13 @@ estimation) corresponding to the book: Wand, M.P. and Jones, M.C. (1995) (define-public r-lattice (package (name "r-lattice") - (version "0.21-9") + (version "0.22-5") (source (origin (method url-fetch) (uri (cran-uri "lattice" version)) (sha256 (base32 - "0ak9k6s6drd1a25m7mwzb426ms92a2p3ps04h2pacifwnk74ca59")))) + "1wd5dlxi0hd4l08g999y3xnxnaq06gwvflcqr9ym0cx131gbw7xs")))) (build-system r-build-system) (home-page "https://lattice.r-forge.r-project.org/") (synopsis "High-level data visualization system") |