gnu: r-rlang: Update to 0.4.3.

* gnu/packages/statistics.scm (r-rlang): Update to 0.4.3.
This commit is contained in:
Ricardo Wurmus 2020-01-27 16:31:30 +01:00
parent 545ebafe83
commit c6d1b5dafb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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