diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-15 04:03:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-15 19:11:15 +0100 |
commit | 5ade82bbb8c768861d8dc6f12d07b661e6f92f73 (patch) | |
tree | 8cce1e0a7ebb1b46a7d1307add5f42fba0ce7510 /gnu | |
parent | 8027f84d8fd43d1165c02758962669f66e2a96f2 (diff) | |
download | patches-5ade82bbb8c768861d8dc6f12d07b661e6f92f73.tar patches-5ade82bbb8c768861d8dc6f12d07b661e6f92f73.tar.gz |
gnu: r-scatterplot3d: Update to 0.3-41.
* gnu/packages/cran.scm (r-scatterplot3d): Update to 0.3-41.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index b7126518c1..9b045c122f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1809,14 +1809,14 @@ statistics, etc.") (define-public r-scatterplot3d (package (name "r-scatterplot3d") - (version "0.3-40") + (version "0.3-41") (source (origin (method url-fetch) (uri (cran-uri "scatterplot3d" version)) (sha256 (base32 - "0ababcj87kx7860mica9y2ydlhskxmgj9n46crx036cila512jc2")))) + "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc")))) (build-system r-build-system) (home-page "https://cran.r-project.org/web/packages/scatterplot3d/") (synopsis "3D scatter plot") |