mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
b92c230185
commit
46b6eaa664
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue