mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01: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:
parent
38fc19c4f5
commit
31cdb03704
1 changed files with 2 additions and 2 deletions
|
@ -1787,14 +1787,14 @@ (define-public r-rlang
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue