gnu: r-lattice: Update to 0.20-34.

* gnu/packages/statistics.scm (r-lattice): Update to 0.20-34.
This commit is contained in:
Ricardo Wurmus 2016-09-12 15:28:02 +02:00
parent bdfc2c954e
commit fce4dfd82e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1814,13 +1814,13 @@ scaling functions for R.")
(define-public r-lattice
(package
(name "r-lattice")
(version "0.20-33")
(version "0.20-34")
(source (origin
(method url-fetch)
(uri (cran-uri "lattice" version))
(sha256
(base32
"0car12x5vl9k180i9pc86lq3cvwqakdpqn3lgdf98k9n2h52cilg"))))
"0615h69czr73k47whhzimf1qxv5qk0cabcrkljwhyrn6m6piq6ja"))))
(build-system r-build-system)
(home-page "http://lattice.r-forge.r-project.org/")
(synopsis "High-level data visualization system")