me
/
guix
Archived
1
0
Fork 0

gnu: r-tibble: Update to 3.0.2.

* gnu/packages/statistics.scm (r-tibble): Update to 3.0.2.
master
Ricardo Wurmus 2020-07-10 17:50:24 +02:00
parent 59b88ab39e
commit f7b05fb978
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.1") (version "3.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "tibble" version)) (uri (cran-uri "tibble" version))
(sha256 (sha256
(base32 (base32
"17m7xvn423snq9dmr0bhx42j5rbc53w1viizxx4bvq37nz7m4i8m")))) "14mpbdmd4jcdxawxnk9rp5pg95hxndhv4xg6sb21idpdicv02iqs"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-cli" ,r-cli) `(("r-cli" ,r-cli)