mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-processx: Update to 3.8.3.
* gnu/packages/cran.scm (r-processx): Update to 3.8.3. Change-Id: Ica57c69983e8e20c7f66fd94910c296d63bb3ee0
This commit is contained in:
parent
5d22b61238
commit
c97374311b
1 changed files with 2 additions and 2 deletions
|
@ -9786,13 +9786,13 @@ (define-public r-debugme
|
||||||
(define-public r-processx
|
(define-public r-processx
|
||||||
(package
|
(package
|
||||||
(name "r-processx")
|
(name "r-processx")
|
||||||
(version "3.8.2")
|
(version "3.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "processx" version))
|
(uri (cran-uri "processx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kbyhpzcfiqqx9csn0869zbiza6w97vq1j1y01qlph93bfpqf6z9"))))
|
(base32 "0cfq6pq8rg0vhjfgvf48hfvngbn1g6hv28b6pgxh55xqh8acbn0s"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ps r-r6))
|
(list r-ps r-r6))
|
||||||
|
|
Loading…
Reference in a new issue