gnu: r-dplyr: Update to 0.7.7.
* gnu/packages/statistics.scm (r-dplyr): Update to 0.7.7.
This commit is contained in:
parent
17f6198f06
commit
f75ee8c691
|
@ -1617,13 +1617,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 "0.7.6")
|
(version "0.7.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "dplyr" version))
|
(uri (cran-uri "dplyr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c43h13s5mr0fklikbbm89gs6z5n66rkjzdv6w3w6kl5af5wr2fl"))))
|
"196lwck3i3m25jnn1f1nrda9svnjqqi89s0is79gbrphamddnlq5"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-assertthat" ,r-assertthat)
|
`(("r-assertthat" ,r-assertthat)
|
||||||
|
|
Loading…
Reference in New Issue