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:
Ricardo Wurmus 2022-03-12 23:04:24 +01:00
parent 0121716497
commit c191a90357
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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