gnu: r-scatterplot3d: Update to 0.3-41.
* gnu/packages/cran.scm (r-scatterplot3d): Update to 0.3-41.
This commit is contained in:
parent
8027f84d8f
commit
5ade82bbb8
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue