gnu: r-lattice: Update to 0.20-45.
* gnu/packages/statistics.scm (r-lattice): Update to 0.20-45.
This commit is contained in:
parent
d66de6a370
commit
2fa8bf608e
1 changed files with 2 additions and 2 deletions
|
@ -574,13 +574,13 @@ (define-public r-kernsmooth
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue