gnu: r-rlang: Update to 0.4.5.

* gnu/packages/statistics.scm (r-rlang): Update to 0.4.5.
This commit is contained in:
Ricardo Wurmus 2020-03-01 22:56:12 +01:00
parent fb93e2f539
commit 2589dc4b50
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1607,13 +1607,13 @@ (define-public r-r6
(define-public r-rlang
(package
(name "r-rlang")
(version "0.4.4")
(version "0.4.5")
(source (origin
(method url-fetch)
(uri (cran-uri "rlang" version))
(sha256
(base32
"1kqmrk00lnkbclnvj1dizjbdav0g1w44yd6ja4yy3bivwan9jf23"))))
"1a0h3dr519p3jj6aygbhwi9f2zwlan6d07f1gkh2db56y5vaq7yd"))))
(build-system r-build-system)
(home-page "http://rlang.tidyverse.org")
(synopsis "Functions for base types, core R and Tidyverse features")