gnu: r-processx: Update to 3.9.0.

* gnu/packages/cran.scm (r-processx): Update to 3.9.0.

Change-Id: I61d8fe12cbd47f979f4983a5b64fce9391934b4e
This commit is contained in:
Ricardo Wurmus
2026-04-23 18:29:33 +02:00
parent 7bd1ef5709
commit 52995e8d99

View File

@@ -23382,13 +23382,13 @@ constants, and control debugging of packages via environment variables.")
(define-public r-processx
(package
(name "r-processx")
(version "3.8.7")
(version "3.9.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "processx" version))
(sha256
(base32 "04lvxmqnbwc35yb2fnr1p1icf0dicv56hbyvasky5avrcfc0x68r"))))
(base32 "0m5kix63q8166agxrp57mcaz4mi6yr08l9ab225iv285ah1zkznd"))))
(properties
;; We can't have testthat among the inputs, because that would lead to a
;; dependency cycle.