gnu: r-lattice: Update to 0.21-8.
* gnu/packages/statistics.scm (r-lattice): Update to 0.21-8.
This commit is contained in:
parent
03f4cba419
commit
0ab5c44502
1 changed files with 2 additions and 2 deletions
|
@ -639,13 +639,13 @@ (define-public r-kernsmooth
|
|||
(define-public r-lattice
|
||||
(package
|
||||
(name "r-lattice")
|
||||
(version "0.20-45")
|
||||
(version "0.21-8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lattice" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b87fmyjzbg854vpi03my1p25n3d0bchhwsdm2frblxppn98sf12"))))
|
||||
"0af3c0mk0s3gnpmg7xmd4hjjynwv4ym3iv4grjvcmrk28abxdlwa"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://lattice.r-forge.r-project.org/")
|
||||
(synopsis "High-level data visualization system")
|
||||
|
|
Loading…
Reference in a new issue