me
/
guix
Archived
1
0
Fork 0

gnu: r-rlang: Update to 0.4.11.

* gnu/packages/statistics.scm (r-rlang): Update to 0.4.11.
master
Ricardo Wurmus 2021-05-04 07:13:22 +02:00
parent fe41452faf
commit 5c45c5adfa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1656,13 +1656,13 @@ defined in different packages.")
(define-public r-rlang
(package
(name "r-rlang")
(version "0.4.10")
(version "0.4.11")
(source (origin
(method url-fetch)
(uri (cran-uri "rlang" version))
(sha256
(base32
"0ximv89f6zymnwms121k1jfvvflrdm3pmmf5xyvz56f1qiq04lq7"))))
"1pfm24jjkxzdb5qcbc05dcjxyk69zpfr5jv4xakqh1xh41mr43kl"))))
(build-system r-build-system)
(home-page "http://rlang.tidyverse.org")
(synopsis "Functions for base types, core R and Tidyverse features")