mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: r-protviz: Update to 0.6.3.
* gnu/packages/cran.scm (r-protviz): Update to 0.6.3.
This commit is contained in:
parent
5144de4b1d
commit
851e576213
1 changed files with 2 additions and 2 deletions
|
@ -11387,14 +11387,14 @@ (define-public r-rbamtools
|
|||
(define-public r-protviz
|
||||
(package
|
||||
(name "r-protviz")
|
||||
(version "0.6.0")
|
||||
(version "0.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "protViz" version))
|
||||
(sha256
|
||||
(base32
|
||||
"165bh2m6rrcmr0pc2drj6hdg6xfx8k02lznxzj1fmsswsrlfhn3v"))))
|
||||
"1ldciqh3f43xr9663yyhd9r6qwrg4c4vmkprlcancbnd460wakg7"))))
|
||||
(properties `((upstream-name . "protViz")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
|
||||
|
|
Loading…
Reference in a new issue