mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-lattice: Update to 0.22-6.
* gnu/packages/statistics.scm (r-lattice): Update to 0.22-6. Change-Id: I7f273c9264eaddae45bb7d44ee2dbff99546cd91
This commit is contained in:
parent
b931ad2102
commit
d341a9c5ec
1 changed files with 2 additions and 2 deletions
|
@ -663,13 +663,13 @@ (define-public r-kernsmooth
|
|||
(define-public r-lattice
|
||||
(package
|
||||
(name "r-lattice")
|
||||
(version "0.22-5")
|
||||
(version "0.22-6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lattice" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wd5dlxi0hd4l08g999y3xnxnaq06gwvflcqr9ym0cx131gbw7xs"))))
|
||||
"1xq09lfjlca6c7mn412hjjav0q66p7wmjrwx5f3ygv3jwh8p4dsb"))))
|
||||
(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