me
/
guix
Archived
1
0
Fork 0

gnu: r-protviz: Update to 0.6.3.

* gnu/packages/cran.scm (r-protviz): Update to 0.6.3.
master
Ricardo Wurmus 2020-03-01 22:50:40 +01:00
parent 5144de4b1d
commit 851e576213
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11387,14 +11387,14 @@ library.")
(define-public r-protviz (define-public r-protviz
(package (package
(name "r-protviz") (name "r-protviz")
(version "0.6.0") (version "0.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "protViz" version)) (uri (cran-uri "protViz" version))
(sha256 (sha256
(base32 (base32
"165bh2m6rrcmr0pc2drj6hdg6xfx8k02lznxzj1fmsswsrlfhn3v")))) "1ldciqh3f43xr9663yyhd9r6qwrg4c4vmkprlcancbnd460wakg7"))))
(properties `((upstream-name . "protViz"))) (properties `((upstream-name . "protViz")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs `(("r-rcpp" ,r-rcpp))) (propagated-inputs `(("r-rcpp" ,r-rcpp)))