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:
Ricardo Wurmus 2024-02-10 13:02:33 +01:00
parent 5fd766bd51
commit a2b4ae0a67
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))