gnu: r-tibble: Update to 2.1.1.

* gnu/packages/statistics.scm (r-tibble): Update to 2.1.1.
This commit is contained in:
Ricardo Wurmus 2019-03-20 23:34:18 +01:00
parent 86c8b2f5f5
commit 7590441976
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1653,14 +1653,14 @@ (define-public r-rlang
(define-public r-tibble
(package
(name "r-tibble")
(version "2.0.1")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tibble" version))
(sha256
(base32
"04rxf5x9awwa9c00v9p7d3a2lqnn7j2rjg4r219hmw7cbqlwrcks"))))
"111jl0hdjhh7hkydxvsr5l19gb0ylxq7xrkc28awnc9pzglpgis5"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cli" ,r-cli)