gnu: r-lattice: Update to 0.20-35.
* gnu/packages/statistics.scm (r-lattice): Update to 0.20-35.
This commit is contained in:
parent
7ceb26ee83
commit
9aea2cdaff
|
@ -406,13 +406,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-34")
|
(version "0.20-35")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "lattice" version))
|
(uri (cran-uri "lattice" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0615h69czr73k47whhzimf1qxv5qk0cabcrkljwhyrn6m6piq6ja"))))
|
"0pcnmaz3lr62ly0dcy5hnnqxshc4yqd43hrvlz3almgc9l7sna88"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in New Issue