gnu: r-rlang: Update to 1.1.7.

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

Change-Id: I294e0bf7716a98d985dc3638b43bbbe5c571de28
This commit is contained in:
Ricardo Wurmus 2026-01-14 19:42:26 +01:00 committed by Andreas Enge
parent d8de8c03a4
commit e146dffe2f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -957,13 +957,13 @@ defined in different packages.")
(define-public r-rlang
(package
(name "r-rlang")
(version "1.1.6")
(version "1.1.7")
(source (origin
(method url-fetch)
(uri (cran-uri "rlang" version))
(sha256
(base32
"0c7kaw5lvk4vym67ki0511zbqbx5ca1k1k6y9rayq62fdy3lqm0q"))))
"0wz3kd0d3iy0mkywmxipxx6qfsnk2w3c6cca6r553lxcxbkr2g0j"))))
(properties
;; We can't have r-testthat among the inputs here to avoid a dependency
;; cycle.