gnu: r-tibble: Update to 2.1.2.

* gnu/packages/statistics.scm (r-tibble): Update to 2.1.2.
This commit is contained in:
Ricardo Wurmus 2019-05-30 13:41:04 +02:00
parent d1ee1540d4
commit 782a7f4655
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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