3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-tibble: Update to 3.1.4.

* gnu/packages/statistics.scm (r-tibble): Update to 3.1.4.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:36 +02:00
parent 3f631e9a6f
commit 60d7bdf53d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1682,14 +1682,14 @@ like tidy evaluation.")
(define-public r-tibble
(package
(name "r-tibble")
(version "3.1.3")
(version "3.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "tibble" version))
(sha256
(base32
"1gpy90hg0bd4an0wqj0xx16a6x37fhc94z1v63y46dpiz231xfks"))))
"0zqpg2haph0qi1x5r6wr083xckab9gw21jbr9spcr8xdf43hx1vk"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ellipsis" ,r-ellipsis)