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:
Ricardo Wurmus 2017-08-02 16:16:09 +02:00
parent a40b2c2129
commit aad948a0ea
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -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")