diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 08:23:12 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 10:01:06 +0100 |
commit | 850c72034b468c6f140aebad9bf554b831829da4 (patch) | |
tree | e972ec1e3e842131cdd1536949f1c29c6c47d5c1 | |
parent | eb14bfe02eb16ea9058cdde8f842027c239fa1e2 (diff) | |
download | guix-850c72034b468c6f140aebad9bf554b831829da4.tar.gz guix-850c72034b468c6f140aebad9bf554b831829da4.zip |
gnu: r-sys: Update to 3.4.1.
* gnu/packages/cran.scm (r-sys): Update to 3.4.1.
-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 0590b089d5..0397228b62 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2000,14 +2000,14 @@ These functions draw text grob with background shadow.") (define-public r-sys (package (name "r-sys") - (version "3.4") + (version "3.4.1") (source (origin (method url-fetch) (uri (cran-uri "sys" version)) (sha256 (base32 - "11q4zmx62w44p1j34frwmrsp23mc7l4n354i0zyziw92yax8zy0p")))) + "0lng3ri17jxq06c6hhhmvsb65lazkiqpp1h4pii4w9jqvs7nskij")))) (build-system r-build-system) (home-page "https://github.com/jeroen/sys") (synopsis "Powerful and reliable tools for running system commands in R") |