mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-tibble: Update to 3.2.0.
* gnu/packages/statistics.scm (r-tibble): Update to 3.2.0.
This commit is contained in:
parent
770c054345
commit
62b1347bf9
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.1.8")
|
||||
(version "3.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tibble" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1spdbk5s0wlipfq8jc08p2mk5fq2ql9hm8iwwlfzdlhqbl3hxwxc"))))
|
||||
"12i9cshnj2lygadh03zjw1zn5dr13wspcrq2dprl5qrrr95z2bwg"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-fansi
|
||||
|
|
Loading…
Reference in a new issue