gnu: r-tibble: Update to 3.0.3.

* gnu/packages/statistics.scm (r-tibble): Update to 3.0.3.
This commit is contained in:
Ricardo Wurmus 2020-07-13 21:03:55 +02:00
parent 9fcf3d92a0
commit c85c85d67c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1637,14 +1637,14 @@ like tidy evaluation.")
(define-public r-tibble (define-public r-tibble
(package (package
(name "r-tibble") (name "r-tibble")
(version "3.0.2") (version "3.0.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
"14mpbdmd4jcdxawxnk9rp5pg95hxndhv4xg6sb21idpdicv02iqs")))) "0f4yi87w6509lnaz1lhk9s8nm3bzx21ij3273s0zx7vpbp0qlxxz"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-cli" ,r-cli) `(("r-cli" ,r-cli)