gnu: r-lattice: Update to 0.22-6.
* gnu/packages/statistics.scm (r-lattice): Update to 0.22-6. Change-Id: I7f273c9264eaddae45bb7d44ee2dbff99546cd91master
parent
b931ad2102
commit
d341a9c5ec
|
@ -663,13 +663,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.22-5")
|
(version "0.22-6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "lattice" version))
|
(uri (cran-uri "lattice" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wd5dlxi0hd4l08g999y3xnxnaq06gwvflcqr9ym0cx131gbw7xs"))))
|
"1xq09lfjlca6c7mn412hjjav0q66p7wmjrwx5f3ygv3jwh8p4dsb"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://lattice.r-forge.r-project.org/")
|
(home-page "https://lattice.r-forge.r-project.org/")
|
||||||
(synopsis "High-level data visualization system")
|
(synopsis "High-level data visualization system")
|
||||||
|
|
Reference in New Issue