1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-12 01:44:04 +02:00

gnu: r-lattice: Update to 0.20-45.

* gnu/packages/statistics.scm (r-lattice): Update to 0.20-45.
This commit is contained in:
Ricardo Wurmus
2021-09-29 15:33:35 +02:00
parent d66de6a370
commit 2fa8bf608e
+2 -2
View File
@@ -574,13 +574,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-44")
(version "0.20-45")
(source (origin
(method url-fetch)
(uri (cran-uri "lattice" version))
(sha256
(base32
"16yvdklwgjfclayh15axknjwzygx8i7y8zl5mlw8m85dqzihifap"))))
"1b87fmyjzbg854vpi03my1p25n3d0bchhwsdm2frblxppn98sf12"))))
(build-system r-build-system)
(home-page "http://lattice.r-forge.r-project.org/")
(synopsis "High-level data visualization system")