mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-coro: Update to 1.0.4.
* gnu/packages/cran.scm (r-coro): Update to 1.0.4. Change-Id: I42900489764208510b0f80c910954c6b5214d51d
This commit is contained in:
parent
6b1b84d482
commit
b92c230185
1 changed files with 2 additions and 2 deletions
|
@ -9156,13 +9156,13 @@ (define-public r-ggrepel
|
|||
(define-public r-coro
|
||||
(package
|
||||
(name "r-coro")
|
||||
(version "1.0.3")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "coro" version))
|
||||
(sha256
|
||||
(base32 "0wvxdpdh3xrskz5s5wfkva856x849knx1jigbf0ff6s6n6qjjxsf"))))
|
||||
(base32 "0r6cb2gr29vxjlbfzqxdgbccp57l6raxncljisl1vyj6xi2by8cg"))))
|
||||
(properties `((upstream-name . "coro")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rlang))
|
||||
|
|
Loading…
Reference in a new issue