mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
d8de8c03a4
commit
e146dffe2f
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue