mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-ps: Update to 1.3.4.
* gnu/packages/cran.scm (r-ps): Update to 1.3.4.
This commit is contained in:
parent
61371fad05
commit
4afd8223e8
1 changed files with 2 additions and 2 deletions
|
@ -1960,13 +1960,13 @@ (define-public r-pls
|
||||||
(define-public r-ps
|
(define-public r-ps
|
||||||
(package
|
(package
|
||||||
(name "r-ps")
|
(name "r-ps")
|
||||||
(version "1.3.3")
|
(version "1.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ps" version))
|
(uri (cran-uri "ps" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1x10zgvq75gnkmzqhbqn6jyvp9h1y4qxgnbdds0bwmc8ad8md903"))))
|
(base32 "1cxfhnff22fbsr9vynhql0rhhrqfxvkb6kv11h2m740r9scwcs44"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://ps.r-lib.org")
|
(home-page "https://ps.r-lib.org")
|
||||||
(synopsis "List, query, and manipulate system processes")
|
(synopsis "List, query, and manipulate system processes")
|
||||||
|
|
Loading…
Reference in a new issue