gnu: r-scatterplot3d: Update to 0.3-43.
* gnu/packages/cran.scm (r-scatterplot3d): Update to 0.3-43.
This commit is contained in:
parent
4ce3068c3f
commit
18a7851eb8
1 changed files with 2 additions and 2 deletions
|
@ -8028,14 +8028,14 @@ statistics, etc.")
|
||||||
(define-public r-scatterplot3d
|
(define-public r-scatterplot3d
|
||||||
(package
|
(package
|
||||||
(name "r-scatterplot3d")
|
(name "r-scatterplot3d")
|
||||||
(version "0.3-42")
|
(version "0.3-43")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "scatterplot3d" version))
|
(uri (cran-uri "scatterplot3d" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05jjdiam5w0znb114vc90zahclj22pqj1zzvr96nr10s1vkxvzm9"))))
|
"198n5x9bdpdnkasvpsingzhf0j7vml4r5sh6hdv0hq5p6nsvzmwh"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue