1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 09:10:30 +02:00

gnu: r-tibble: Update to 3.2.1.

* gnu/packages/statistics.scm (r-tibble): Update to 3.2.1.
This commit is contained in:
Ricardo Wurmus
2023-03-21 12:14:34 +01:00
parent 38fc19c4f5
commit 31cdb03704

View File

@@ -1787,14 +1787,14 @@ like tidy evaluation.")
(define-public r-tibble
(package
(name "r-tibble")
(version "3.2.0")
(version "3.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tibble" version))
(sha256
(base32
"12i9cshnj2lygadh03zjw1zn5dr13wspcrq2dprl5qrrr95z2bwg"))))
"0c916wl19wbhncv05hjzs2vmvvbcxlswjl6i232ygmkzal62v9v5"))))
(build-system r-build-system)
(propagated-inputs
(list r-fansi