gnu: r-dtplyr: Update to 1.2.0.

* gnu/packages/cran.scm (r-dtplyr): Update to 1.2.0.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:17 +01:00
parent 8f9ab3cfdc
commit 22e6c2a017
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7716,14 +7716,14 @@ (define-public r-data-tree
(define-public r-dtplyr
(package
(name "r-dtplyr")
(version "1.1.0")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "dtplyr" version))
(sha256
(base32
"0cn7vxn92dcxrnabccla6ppf5x7pxfz6pjlmamp0imfphmr1ns4r"))))
"053l0w97sfsdx3n3b65likdbzdv0q0sbcnh0kp9c3pw0vnvdzpm6"))))
(properties `((upstream-name . "dtplyr")))
(build-system r-build-system)
(propagated-inputs