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
|
||||
(package
|
||||
(name "r-plot3d")
|
||||
(version "1.4")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "plot3D" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h59zlsyzbjylaziwavppl9bjmnba4iiq34772y3dys6fqclajnh"))))
|
||||
"1x6ian6hfkaih2aa11z92qlihqqf5wmpc9705dzigafx8i4gfvfv"))))
|
||||
(properties `((upstream-name . "plot3D")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-misc3d))
|
||||
|
|
Loading…
Reference in a new issue