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