me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-lattice): Update to 0.20-34.
master
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 (define-public r-lattice
(package (package
(name "r-lattice") (name "r-lattice")
(version "0.20-33") (version "0.20-34")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "lattice" version)) (uri (cran-uri "lattice" version))
(sha256 (sha256
(base32 (base32
"0car12x5vl9k180i9pc86lq3cvwqakdpqn3lgdf98k9n2h52cilg")))) "0615h69czr73k47whhzimf1qxv5qk0cabcrkljwhyrn6m6piq6ja"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "http://lattice.r-forge.r-project.org/") (home-page "http://lattice.r-forge.r-project.org/")
(synopsis "High-level data visualization system") (synopsis "High-level data visualization system")