gnu: r-scatterplot3d: Update to 0.3-41.

* gnu/packages/cran.scm (r-scatterplot3d): Update to 0.3-41.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-15 04:03:27 +01:00
parent 8027f84d8f
commit 5ade82bbb8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1809,14 +1809,14 @@ statistics, etc.")
(define-public r-scatterplot3d (define-public r-scatterplot3d
(package (package
(name "r-scatterplot3d") (name "r-scatterplot3d")
(version "0.3-40") (version "0.3-41")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "scatterplot3d" version)) (uri (cran-uri "scatterplot3d" version))
(sha256 (sha256
(base32 (base32
"0ababcj87kx7860mica9y2ydlhskxmgj9n46crx036cila512jc2")))) "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/scatterplot3d/") (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
(synopsis "3D scatter plot") (synopsis "3D scatter plot")