me
/
guix
Archived
1
0
Fork 0

gnu: r-plot3d: Update to 1.4.

* gnu/packages/cran.scm (r-plot3d): Update to 1.4.
master
Ricardo Wurmus 2021-06-02 17:23:05 +02:00
parent 509eea0f5d
commit 81bb987e7e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18189,14 +18189,14 @@ annotated biological functions.")
(define-public r-plot3d
(package
(name "r-plot3d")
(version "1.3")
(version "1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "plot3D" version))
(sha256
(base32
"1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
"1h59zlsyzbjylaziwavppl9bjmnba4iiq34772y3dys6fqclajnh"))))
(properties `((upstream-name . "plot3D")))
(build-system r-build-system)
(propagated-inputs `(("r-misc3d" ,r-misc3d)))