mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: r-ggvis: Update to 0.4.5.
* gnu/packages/cran.scm (r-ggvis): Update to 0.4.5.
This commit is contained in:
parent
30aac69f52
commit
04eb73ee32
1 changed files with 2 additions and 2 deletions
|
@ -14112,14 +14112,14 @@ (define-public r-rda
|
|||
(define-public r-ggvis
|
||||
(package
|
||||
(name "r-ggvis")
|
||||
(version "0.4.4")
|
||||
(version "0.4.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggvis" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bxggjr2313kfy895j0fvrv4bg7yh2z87907lk48i1kn5c9flchk"))))
|
||||
"091i9f17912j8qcyxppjgwzjnyqj7769ixs9d2gjg6f2clskqdw2"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-assertthat" ,r-assertthat)
|
||||
|
|
Loading…
Reference in a new issue