me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-lattice): Update to 0.21-8.
master
Ricardo Wurmus 2023-04-06 17:32:42 +02:00
parent d9285dc460
commit a2f4b3368d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -639,13 +639,13 @@ estimation) corresponding to the book: Wand, M.P. and Jones, M.C. (1995)
(define-public r-lattice
(package
(name "r-lattice")
(version "0.20-45")
(version "0.21-8")
(source (origin
(method url-fetch)
(uri (cran-uri "lattice" version))
(sha256
(base32
"1b87fmyjzbg854vpi03my1p25n3d0bchhwsdm2frblxppn98sf12"))))
"0af3c0mk0s3gnpmg7xmd4hjjynwv4ym3iv4grjvcmrk28abxdlwa"))))
(build-system r-build-system)
(home-page "https://lattice.r-forge.r-project.org/")
(synopsis "High-level data visualization system")