mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-rlang: Update to 0.4.12.
* gnu/packages/statistics.scm (r-rlang): Update to 0.4.12.
This commit is contained in:
parent
da7d8aab1c
commit
34244f64df
1 changed files with 2 additions and 2 deletions
|
@ -1664,13 +1664,13 @@ (define-public r-r6
|
|||
(define-public r-rlang
|
||||
(package
|
||||
(name "r-rlang")
|
||||
(version "0.4.11")
|
||||
(version "0.4.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rlang" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pfm24jjkxzdb5qcbc05dcjxyk69zpfr5jv4xakqh1xh41mr43kl"))))
|
||||
"05cr08smr8dlk10m810rw4qi1yhgnny83rwkxib0l4my71br29ia"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://rlang.tidyverse.org")
|
||||
(synopsis "Functions for base types, core R and Tidyverse features")
|
||||
|
|
Loading…
Reference in a new issue