gnu: r-dtplyr: Update to 1.2.2.
* gnu/packages/cran.scm (r-dtplyr): Update to 1.2.2.
This commit is contained in:
parent
de2564a2b2
commit
8c381850af
1 changed files with 2 additions and 2 deletions
|
@ -9304,14 +9304,14 @@ finance, conversion from and to JSON, and many other applications.")
|
|||
(define-public r-dtplyr
|
||||
(package
|
||||
(name "r-dtplyr")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dtplyr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wyhhn16mvdj55k2xsh7vy489l7xk4mkz7pjrw16z87awk6yjh16"))))
|
||||
"1m72ac7461mlvanj1krpmfp2ljl3c2k5nw6zrahc66vhcgz2hngq"))))
|
||||
(properties `((upstream-name . "dtplyr")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Reference in a new issue