me
/
guix
Archived
1
0
Fork 0

gnu: r-rlang: Update to 0.4.7.

* gnu/packages/statistics.scm (r-rlang): Update to 0.4.7.
master
Ricardo Wurmus 2020-07-13 21:03:52 +02:00
parent 2d2b5d60f8
commit 9fcf3d92a0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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