mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-rlang: Update to 0.4.1.
* gnu/packages/statistics.scm (r-rlang): Update to 0.4.1.
This commit is contained in:
parent
bdce983a25
commit
9b46efc56a
1 changed files with 2 additions and 2 deletions
|
@ -1656,13 +1656,13 @@ (define-public r-r6
|
||||||
(define-public r-rlang
|
(define-public r-rlang
|
||||||
(package
|
(package
|
||||||
(name "r-rlang")
|
(name "r-rlang")
|
||||||
(version "0.4.0")
|
(version "0.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rlang" version))
|
(uri (cran-uri "rlang" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"038mmbmklw17ncgz53vrdx2506c1jj6di3y165bbx2sl2yia8j4p"))))
|
"122hhc7pdri8wkjmk37y71m4h1gmdzaqcfdizfdjg1bhy935i10k"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://rlang.tidyverse.org")
|
(home-page "http://rlang.tidyverse.org")
|
||||||
(synopsis "Functions for base types, core R and Tidyverse features")
|
(synopsis "Functions for base types, core R and Tidyverse features")
|
||||||
|
|
Loading…
Reference in a new issue