gnu: r-dtplyr: Update to 1.2.0.
* gnu/packages/cran.scm (r-dtplyr): Update to 1.2.0.
This commit is contained in:
parent
8f9ab3cfdc
commit
22e6c2a017
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue