mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-processx: Update to 3.5.3.
* gnu/packages/cran.scm (r-processx): Update to 3.5.3.
This commit is contained in:
parent
8cb09ced1a
commit
1cdff104e0
1 changed files with 2 additions and 2 deletions
|
@ -6166,13 +6166,13 @@ (define-public r-debugme
|
|||
(define-public r-processx
|
||||
(package
|
||||
(name "r-processx")
|
||||
(version "3.5.2")
|
||||
(version "3.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "processx" version))
|
||||
(sha256
|
||||
(base32 "0azw8sx6nv6pp8m8jrwq01b9na2swrnznn7dwrhn07268w82svzd"))))
|
||||
(base32 "0ail3w8n5g1ibdamgpxcfpla18kqkilmppiasm7ms67cavx2k5k7"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ps r-r6))
|
||||
|
|
Loading…
Reference in a new issue