mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-doby: Update to 4.6.12.
* gnu/packages/cran.scm (r-doby): Update to 4.6.12. [propagated-inputs]: Remove r-curry.
This commit is contained in:
parent
0121716497
commit
c191a90357
1 changed files with 2 additions and 3 deletions
|
@ -9744,19 +9744,18 @@ (define-public r-deriv
|
|||
(define-public r-doby
|
||||
(package
|
||||
(name "r-doby")
|
||||
(version "4.6.11")
|
||||
(version "4.6.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "doBy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xhjh2d7zfgw8wbcj5yfscvmwbjar1w544ika13da69dydm44j81"))))
|
||||
"1m60ya4cdickqsj0dc90bv4n47df6qg6n82fikxrkl4yhg7yyn1i"))))
|
||||
(properties `((upstream-name . "doBy")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-broom
|
||||
r-curry
|
||||
r-deriv
|
||||
r-dplyr
|
||||
r-ggplot2
|
||||
|
|
Loading…
Reference in a new issue