gnu: r-processx: Update to 3.8.4.

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

Change-Id: Ie11b9d8a99df3e316b61a74f9bd12cbb0ab7dbb3
This commit is contained in:
Ricardo Wurmus 2024-03-19 14:43:24 +01:00
parent b92c230185
commit 46b6eaa664
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10301,13 +10301,13 @@ (define-public r-debugme
(define-public r-processx
(package
(name "r-processx")
(version "3.8.3")
(version "3.8.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "processx" version))
(sha256
(base32 "0cfq6pq8rg0vhjfgvf48hfvngbn1g6hv28b6pgxh55xqh8acbn0s"))))
(base32 "02z7n59pglz6jw1vyyl0mkc7mz2c7y8yzsnhq5yz62digwnnf9v6"))))
(build-system r-build-system)
(propagated-inputs
(list r-ps r-r6))