gnu: r-processx: Update to 3.2.1.

* gnu/packages/cran.scm (r-processx): Update to 3.2.1.
[propagated-inputs]: Remove r-assertthat, r-crayon, and r-testthat.
master
Ricardo Wurmus 2019-01-12 14:45:54 +01:00
parent 2766d3436a
commit 0e87bf0177
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 7 deletions

View File

@ -3348,21 +3348,18 @@ constants, and control debugging of packages via environment variables.")
(define-public r-processx
(package
(name "r-processx")
(version "3.2.0")
(version "3.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "processx" version))
(sha256
(base32
"1pzx4ap4xa07gf9zkd6hacdsnb9sp3kb60a7v7ljl0ywrcpn1fn4"))))
"1skjyi767avc3safajlj3ikk9lf11zzyjybdcmx8m9y59rf319ql"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)
("r-crayon" ,r-crayon)
("r-ps" ,r-ps)
("r-r6" ,r-r6)
("r-testthat" ,r-testthat)))
`(("r-ps" ,r-ps)
("r-r6" ,r-r6)))
(home-page "https://github.com/r-lib/processx3")
(synopsis "Execute and control system processes")
(description