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
|
(define-public r-tibble
|
||||||
(package
|
(package
|
||||||
(name "r-tibble")
|
(name "r-tibble")
|
||||||
(version "3.1.3")
|
(version "3.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tibble" version))
|
(uri (cran-uri "tibble" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gpy90hg0bd4an0wqj0xx16a6x37fhc94z1v63y46dpiz231xfks"))))
|
"0zqpg2haph0qi1x5r6wr083xckab9gw21jbr9spcr8xdf43hx1vk"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ellipsis" ,r-ellipsis)
|
`(("r-ellipsis" ,r-ellipsis)
|
||||||
|
|
Loading…
Reference in a new issue