me
/
guix
Archived
1
0
Fork 0

gnu: r-rlang: Update to 0.4.2.

* gnu/packages/statistics.scm (r-rlang): Update to 0.4.2.
master
Ricardo Wurmus 2019-11-24 15:02:45 +01:00
parent 0dc62774e1
commit 55bb00b198
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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