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

View file

@ -1501,17 +1501,17 @@ (define-public r-rlang
(define-public r-tibble
(package
(name "r-tibble")
(version "1.3.0")
(version "1.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "tibble" version))
(sha256
(base32
"1q25i1cv3qms6d3lw7jd3z142w188znkcbyam460gn9si8l8g2bk"))))
"1bhq4pm56l7l6s1k44ajrcr7hz56h37m9ck4zji9f8xfdqschbl0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lazyeval" ,r-lazyeval)
`(("r-rlang" ,r-rlang)
("r-rcpp" ,r-rcpp)))
(home-page "https://github.com/hadley/tibble")
(synopsis "Simple data frames")