gnu: r-sys: Update to 3.4.1.

* gnu/packages/cran.scm (r-sys): Update to 3.4.1.
This commit is contained in:
Ricardo Wurmus 2022-11-04 08:23:12 +01:00
parent eb14bfe02e
commit 850c72034b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2000,14 +2000,14 @@ (define-public r-shadowtext
(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")