me
/
guix
Archived
1
0
Fork 0

gnu: r-rlang: Update to 1.1.4.

* gnu/packages/statistics.scm (r-rlang): Update to 1.1.4.

Change-Id: I20743c51e6c806b2917e39b583af5608a8c3bac4
master
Ricardo Wurmus 2024-07-02 14:58:54 +02:00
parent 5714c65670
commit 3a4ccc3f4a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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