gnu: r-janitor: Update to 2.2.0.

* gnu/packages/cran.scm (r-janitor): Update to 2.2.0.
[propagated-inputs]: Add r-hms.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:56 +01:00
parent bf2d3f2bfa
commit 9f8b51f15b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -31875,17 +31875,18 @@ and \"Persuasion\".")
(define-public r-janitor
(package
(name "r-janitor")
(version "2.1.0")
(version "2.2.0")
(source (origin
(method url-fetch)
(uri (cran-uri "janitor" version))
(sha256
(base32
"09nqm957m2f54y2l30619b58x4i7gxwvr2lwg5kly5xy1ya1a1nn"))))
"1bmsyrmy833kzj3s9s6207f54bx1ca0ianwhiyrlp0jfbqcd1m99"))))
(properties `((upstream-name . "janitor")))
(build-system r-build-system)
(propagated-inputs
(list r-dplyr
r-hms
r-lifecycle
r-lubridate
r-magrittr