gnu: r-dplyr: Update to 1.0.1.
* gnu/packages/statistics.scm (r-dplyr): Update to 1.0.1.master
parent
b4552eba89
commit
4a791a2f6d
|
@ -1672,13 +1672,13 @@ and printing capabilities than traditional data frames.")
|
||||||
(define-public r-dplyr
|
(define-public r-dplyr
|
||||||
(package
|
(package
|
||||||
(name "r-dplyr")
|
(name "r-dplyr")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "dplyr" version))
|
(uri (cran-uri "dplyr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wxi7pzw1mqkgay2s9hwlkpkxfzydngf56wrf7k93n14rlqm3dmz"))))
|
"0ghdz1nfbq8yf70gr5yng8pnwbhqr0r3mh1rjw03kp12q6nmgxsm"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ellipsis" ,r-ellipsis)
|
`(("r-ellipsis" ,r-ellipsis)
|
||||||
|
|
Reference in New Issue