mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-tidyselect: Update to 0.2.3.
* gnu/packages/statistics.scm (r-tidyselect): Update to 0.2.3.
This commit is contained in:
parent
baa00ee90d
commit
60ec9da3aa
1 changed files with 2 additions and 2 deletions
|
@ -3592,14 +3592,14 @@ (define-public r-viridislite
|
||||||
(define-public r-tidyselect
|
(define-public r-tidyselect
|
||||||
(package
|
(package
|
||||||
(name "r-tidyselect")
|
(name "r-tidyselect")
|
||||||
(version "0.2.2")
|
(version "0.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tidyselect" version))
|
(uri (cran-uri "tidyselect" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lndr0ajd3fhycmrw2fdaiyf32in5pgl5ig901q221g24n87vmnd"))))
|
"0b0w30yq30c7bwpaghp3hp0nncqwcmvrra9j58fhx9jihay3l68c"))))
|
||||||
(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 a new issue