mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: r-lattice: Update to 0.20-44.
* gnu/packages/statistics.scm (r-lattice): Update to 0.20-44.
This commit is contained in:
parent
50c7032eef
commit
9042db14b9
1 changed files with 2 additions and 2 deletions
|
@ -565,13 +565,13 @@ (define-public r-kernsmooth
|
|||
(define-public r-lattice
|
||||
(package
|
||||
(name "r-lattice")
|
||||
(version "0.20-41")
|
||||
(version "0.20-44")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lattice" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dapkmh4jlb9sxfrpvapvlfhczl4s8p3r20bn47gcgdk1izmbjjl"))))
|
||||
"16yvdklwgjfclayh15axknjwzygx8i7y8zl5mlw8m85dqzihifap"))))
|
||||
(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