mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: r-rlang: Update to 1.2.0.
* gnu/packages/cran.scm (r-rlang): Update to 1.2.0. Change-Id: Ibc781c6de7a2e3c0bb0ca4e0b1242f6dd68ac590
This commit is contained in:
@@ -7196,13 +7196,13 @@ using just two functions: melt and dcast (or acast).")
|
||||
(define-public r-rlang
|
||||
(package
|
||||
(name "r-rlang")
|
||||
(version "1.1.7")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rlang" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wz3kd0d3iy0mkywmxipxx6qfsnk2w3c6cca6r553lxcxbkr2g0j"))))
|
||||
"0ms3hyiqab9m4jckxfp4pvak0kbx9bdjqjka3gc3gfn1yva8m04g"))))
|
||||
(properties
|
||||
;; We can't have r-testthat among the inputs here to avoid a dependency
|
||||
;; cycle.
|
||||
|
||||
Reference in New Issue
Block a user