3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/statistics.scm (r-lattice): Update to 0.20-40.
This commit is contained in:
Ricardo Wurmus 2020-02-19 20:55:18 +01:00
parent f45ada0fc8
commit 74fa293245
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -548,13 +548,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-38")
(version "0.20-40")
(source (origin
(method url-fetch)
(uri (cran-uri "lattice" version))
(sha256
(base32
"0b8abkz7syscq883mrgv63pkwaqkcpwfx8rgbqy9vgfva0z5xszx"))))
"1w53sfzdy9zsifv44dqf9pl46fk14lnx3fha1k1p660h51lyv56m"))))
(build-system r-build-system)
(home-page "http://lattice.r-forge.r-project.org/")
(synopsis "High-level data visualization system")