gnu: r-rlang: Update to 1.1.1.

* gnu/packages/statistics.scm (r-rlang): Update to 1.1.1.
This commit is contained in:
Ricardo Wurmus 2023-04-29 20:08:41 +02:00
parent c7950f0f10
commit faff9ff1c3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1772,13 +1772,13 @@ defined in different packages.")
(define-public r-rlang (define-public r-rlang
(package (package
(name "r-rlang") (name "r-rlang")
(version "1.1.0") (version "1.1.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
"0nrk9634l05bsn9kl9zf0ylqvm9swlzic8fggkyhbp4y3kcmk67q")))) "16fsibxbh4fy62x6fw358qbniw085qs1wjyr75n22xv9g6kwjpjy"))))
(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")