gnu: r-tidyselect: Update to 0.2.5.
* gnu/packages/statistics.scm (r-tidyselect): Update to 0.2.5.
This commit is contained in:
parent
33fb92aacd
commit
834f203c07
|
@ -3634,14 +3634,14 @@ the 'lite' version of the more complete @code{viridis} package.")
|
||||||
(define-public r-tidyselect
|
(define-public r-tidyselect
|
||||||
(package
|
(package
|
||||||
(name "r-tidyselect")
|
(name "r-tidyselect")
|
||||||
(version "0.2.4")
|
(version "0.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tidyselect" version))
|
(uri (cran-uri "tidyselect" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1592dbzawhd1hpsp9919l4sifyiaaj6xr7lnhsbwa6jwmmb0xcsw"))))
|
"0x3cp36byhfjajikr1lwffjm85ayw3bcs7d7kb0cydgs61ifiqjw"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-glue" ,r-glue)
|
`(("r-glue" ,r-glue)
|
||||||
|
|
Loading…
Reference in New Issue