gnu: r-tibble: Update to 3.1.4.
* gnu/packages/statistics.scm (r-tibble): Update to 3.1.4.
This commit is contained in:
parent
3f631e9a6f
commit
60d7bdf53d
1 changed files with 2 additions and 2 deletions
|
@ -1682,14 +1682,14 @@ (define-public r-rlang
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue