diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-05-31 12:15:13 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-05-31 18:19:53 +0200 |
commit | f5951bbc70857f58d08780ce40f222441b352e77 (patch) | |
tree | ca50142a306de7d1b291add9f1cd54d88c2ed876 /gnu/packages/cran.scm | |
parent | c657cb8b65d35e2cfc6785b39307e7a272025f6c (diff) |
gnu: r-sys: Update to 3.4.2.
* gnu/packages/cran.scm (r-sys): Update to 3.4.2.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 9bb155b4ca..97ee652499 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2783,14 +2783,14 @@ These functions draw text grob with background shadow.") (define-public r-sys (package (name "r-sys") - (version "3.4.1") + (version "3.4.2") (source (origin (method url-fetch) (uri (cran-uri "sys" version)) (sha256 (base32 - "0lng3ri17jxq06c6hhhmvsb65lazkiqpp1h4pii4w9jqvs7nskij")))) + "1cz57jkc159zfgffvcdb40wv9avb5id7pdvgx8q1hs7vy1kcxgdp")))) (build-system r-build-system) (home-page "https://github.com/jeroen/sys") (synopsis "Powerful and reliable tools for running system commands in R") |