diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-04-03 07:13:25 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-04-06 08:40:49 +0200 |
commit | ffbab0788eb3912798a4016453f93eef3d093dca (patch) | |
tree | 8226d38eee86773538ee72af042579f672ac055b /gnu/packages/statistics.scm | |
parent | b6b07568c8afea8a1a7fb0fdbe3d8a57e6c7148a (diff) | |
download | patches-ffbab0788eb3912798a4016453f93eef3d093dca.tar patches-ffbab0788eb3912798a4016453f93eef3d093dca.tar.gz |
gnu: r-lattice: Update to 0.20-41.
* gnu/packages/statistics.scm (r-lattice): Update to 0.20-41.
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 5a18d2cea2..699b35d226 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -548,13 +548,13 @@ estimation) corresponding to the book: Wand, M.P. and Jones, M.C. (1995) (define-public r-lattice (package (name "r-lattice") - (version "0.20-40") + (version "0.20-41") (source (origin (method url-fetch) (uri (cran-uri "lattice" version)) (sha256 (base32 - "1w53sfzdy9zsifv44dqf9pl46fk14lnx3fha1k1p660h51lyv56m")))) + "1dapkmh4jlb9sxfrpvapvlfhczl4s8p3r20bn47gcgdk1izmbjjl")))) (build-system r-build-system) (home-page "http://lattice.r-forge.r-project.org/") (synopsis "High-level data visualization system") |