me
/
guix
Archived
1
0
Fork 0

gnu: r-tibble: Update to 3.0.6.

* gnu/packages/statistics.scm (r-tibble): Update to 3.0.6.
master
Ricardo Wurmus 2021-02-11 00:56:48 +01:00
parent 5a16a85718
commit 3977bb8ba9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1664,14 +1664,14 @@ like tidy evaluation.")
(define-public r-tibble
(package
(name "r-tibble")
(version "3.0.5")
(version "3.0.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "tibble" version))
(sha256
(base32
"142i34h53b8w8jkh3l8y3xsqfvvgp7ybfbv830bjky7cymxjvj8w"))))
"0f41gnq0wwmy1z96lg3gicvm54jh685f7i3ag8yfk39r3ql2vzpv"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cli" ,r-cli)