mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: r-processx: Update to 3.5.1.
* gnu/packages/cran.scm (r-processx): Update to 3.5.1.
This commit is contained in:
parent
db62940b13
commit
ab9531e3b7
1 changed files with 2 additions and 2 deletions
|
@ -5113,13 +5113,13 @@ (define-public r-debugme
|
|||
(define-public r-processx
|
||||
(package
|
||||
(name "r-processx")
|
||||
(version "3.4.5")
|
||||
(version "3.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "processx" version))
|
||||
(sha256
|
||||
(base32 "055v2gdrgqsfy8s672wsq79bqr44b4jjmcbqivx4p2d6lqx10s73"))))
|
||||
(base32 "1z7zag7g041xlhzhkdfl33y2phc877h1pwj9k69p69b967qi6p6k"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ps" ,r-ps)
|
||||
|
|
Loading…
Reference in a new issue