gnu: r-lattice: Update to 0.21-9.

* gnu/packages/statistics.scm (r-lattice): Update to 0.21-9.
This commit is contained in:
Ricardo Wurmus 2023-10-05 13:34:54 +02:00
parent 93f0029067
commit 8b56e8fd32
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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-8")
(version "0.21-9")
(source (origin
(method url-fetch)
(uri (cran-uri "lattice" version))
(sha256
(base32
"0af3c0mk0s3gnpmg7xmd4hjjynwv4ym3iv4grjvcmrk28abxdlwa"))))
"0ak9k6s6drd1a25m7mwzb426ms92a2p3ps04h2pacifwnk74ca59"))))
(build-system r-build-system)
(home-page "https://lattice.r-forge.r-project.org/")
(synopsis "High-level data visualization system")