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

* gnu/packages/statistics.scm (r-lattice): Update to 0.21-8.
This commit is contained in:
Ricardo Wurmus 2023-04-06 17:32:42 +02:00 committed by Maxim Cournoyer
parent 03f4cba419
commit 0ab5c44502
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -639,13 +639,13 @@ (define-public r-kernsmooth
(define-public r-lattice (define-public r-lattice
(package (package
(name "r-lattice") (name "r-lattice")
(version "0.20-45") (version "0.21-8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "lattice" version)) (uri (cran-uri "lattice" version))
(sha256 (sha256
(base32 (base32
"1b87fmyjzbg854vpi03my1p25n3d0bchhwsdm2frblxppn98sf12")))) "0af3c0mk0s3gnpmg7xmd4hjjynwv4ym3iv4grjvcmrk28abxdlwa"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://lattice.r-forge.r-project.org/") (home-page "https://lattice.r-forge.r-project.org/")
(synopsis "High-level data visualization system") (synopsis "High-level data visualization system")