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 @@ finance, conversion from and to JSON, and many other applications.")
|
||||||
(define-public r-dtplyr
|
(define-public r-dtplyr
|
||||||
(package
|
(package
|
||||||
(name "r-dtplyr")
|
(name "r-dtplyr")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "dtplyr" version))
|
(uri (cran-uri "dtplyr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cn7vxn92dcxrnabccla6ppf5x7pxfz6pjlmamp0imfphmr1ns4r"))))
|
"053l0w97sfsdx3n3b65likdbzdv0q0sbcnh0kp9c3pw0vnvdzpm6"))))
|
||||||
(properties `((upstream-name . "dtplyr")))
|
(properties `((upstream-name . "dtplyr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue