me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-lattice): Update to 0.20-38.
master
Ricardo Wurmus 2018-11-07 11:55:33 +01:00
parent 600a25eb04
commit 1966d8ffc7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -467,13 +467,13 @@ estimation) corresponding to the book: Wand, M.P. and Jones, M.C. (1995)
(define-public r-lattice (define-public r-lattice
(package (package
(name "r-lattice") (name "r-lattice")
(version "0.20-35") (version "0.20-38")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "lattice" version)) (uri (cran-uri "lattice" version))
(sha256 (sha256
(base32 (base32
"0pcnmaz3lr62ly0dcy5hnnqxshc4yqd43hrvlz3almgc9l7sna88")))) "0b8abkz7syscq883mrgv63pkwaqkcpwfx8rgbqy9vgfva0z5xszx"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "http://lattice.r-forge.r-project.org/") (home-page "http://lattice.r-forge.r-project.org/")
(synopsis "High-level data visualization system") (synopsis "High-level data visualization system")