gnu: r-tibble: Update to 3.1.5.
* gnu/packages/statistics.scm (r-tibble): Update to 3.1.5.
This commit is contained in:
parent
34244f64df
commit
56703a6a1e
1 changed files with 2 additions and 2 deletions
|
@ -1682,14 +1682,14 @@ like tidy evaluation.")
|
||||||
(define-public r-tibble
|
(define-public r-tibble
|
||||||
(package
|
(package
|
||||||
(name "r-tibble")
|
(name "r-tibble")
|
||||||
(version "3.1.4")
|
(version "3.1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tibble" version))
|
(uri (cran-uri "tibble" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zqpg2haph0qi1x5r6wr083xckab9gw21jbr9spcr8xdf43hx1vk"))))
|
"1ryv1r3cah1s8dyqdhcb0yl81r384jvgc4d1q9zwsrrsd2x8fqys"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ellipsis" ,r-ellipsis)
|
`(("r-ellipsis" ,r-ellipsis)
|
||||||
|
|
Reference in a new issue