mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-plot3d: Update to 1.4.1.
* gnu/packages/cran.scm (r-plot3d): Update to 1.4.1. Change-Id: I5734b726f80b5ac06b217d0bcee90f1584823bfc
This commit is contained in:
parent
5fd766bd51
commit
a2b4ae0a67
1 changed files with 2 additions and 2 deletions
|
@ -26177,14 +26177,14 @@ (define-public r-enrichr
|
||||||
(define-public r-plot3d
|
(define-public r-plot3d
|
||||||
(package
|
(package
|
||||||
(name "r-plot3d")
|
(name "r-plot3d")
|
||||||
(version "1.4")
|
(version "1.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "plot3D" version))
|
(uri (cran-uri "plot3D" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h59zlsyzbjylaziwavppl9bjmnba4iiq34772y3dys6fqclajnh"))))
|
"1x6ian6hfkaih2aa11z92qlihqqf5wmpc9705dzigafx8i4gfvfv"))))
|
||||||
(properties `((upstream-name . "plot3D")))
|
(properties `((upstream-name . "plot3D")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-misc3d))
|
(propagated-inputs (list r-misc3d))
|
||||||
|
|
Loading…
Reference in a new issue