me
/
guix
Archived
1
0
Fork 0

gnu: r-plot3d: Update to 1.3.

* gnu/packages/cran.scm (r-plot3d): Update to 1.3.
master
Ricardo Wurmus 2019-12-20 21:05:19 +01:00
parent 20622ad131
commit db904d5c86
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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