me
/
guix
Archived
1
0
Fork 0

gnu: r-rlang: Update to 1.0.2.

* gnu/packages/statistics.scm (r-rlang): Update to 1.0.2.
Ricardo Wurmus 2022-03-15 14:28:47 +01:00
parent 4f9f37cfa9
commit b0e3061665
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1742,13 +1742,13 @@ defined in different packages.")
(define-public r-rlang (define-public r-rlang
(package (package
(name "r-rlang") (name "r-rlang")
(version "1.0.1") (version "1.0.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rlang" version)) (uri (cran-uri "rlang" version))
(sha256 (sha256
(base32 (base32
"0zxd44pzq620sb0f0vf97vzp8r2sxzv225m0k8rbw3akyz0db7z5")))) "1k6pzl2x80pycpllvd8n1k62h5cfdwc0hsdwvbicrcxhdwz7rs4d"))))
(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")