me
/
guix
Archived
1
0
Fork 0

gnu: r-rlang: Update to 1.0.6.

* gnu/packages/statistics.scm (r-rlang): Update to 1.0.6.
master
Ricardo Wurmus 2022-11-04 09:59:04 +01:00
parent 1330a45ab7
commit 50a26b5725
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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