gnu: r-tibble: Update to 1.3.3.
* gnu/packages/statistics.scm (r-tibble): Update to 1.3.3. [propagated-inputs]: Remove r-lazyeval, add r-rlang.
This commit is contained in:
parent
a40b2c2129
commit
aad948a0ea
|
@ -1501,17 +1501,17 @@ like tidy evaluation.")
|
||||||
(define-public r-tibble
|
(define-public r-tibble
|
||||||
(package
|
(package
|
||||||
(name "r-tibble")
|
(name "r-tibble")
|
||||||
(version "1.3.0")
|
(version "1.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tibble" version))
|
(uri (cran-uri "tibble" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q25i1cv3qms6d3lw7jd3z142w188znkcbyam460gn9si8l8g2bk"))))
|
"1bhq4pm56l7l6s1k44ajrcr7hz56h37m9ck4zji9f8xfdqschbl0"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lazyeval" ,r-lazyeval)
|
`(("r-rlang" ,r-rlang)
|
||||||
("r-rcpp" ,r-rcpp)))
|
("r-rcpp" ,r-rcpp)))
|
||||||
(home-page "https://github.com/hadley/tibble")
|
(home-page "https://github.com/hadley/tibble")
|
||||||
(synopsis "Simple data frames")
|
(synopsis "Simple data frames")
|
||||||
|
|
Loading…
Reference in New Issue