gnu: r-tibble: Update to 3.0.4.

* gnu/packages/statistics.scm (r-tibble): Update to 3.0.4.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:44:34 +01:00
parent 677f2ee69c
commit 847ab02d4e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1649,14 +1649,14 @@ (define-public r-rlang
(define-public r-tibble
(package
(name "r-tibble")
(version "3.0.3")
(version "3.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "tibble" version))
(sha256
(base32
"0f4yi87w6509lnaz1lhk9s8nm3bzx21ij3273s0zx7vpbp0qlxxz"))))
"189yyl27mnswk1z51xw6gj3lyxgy6m332jq8xyvwskff57w2w692"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cli" ,r-cli)