gnu: r-ps: Update to 1.2.0.
* gnu/packages/cran.scm (r-ps): Update to 1.2.0.
This commit is contained in:
parent
b62e104b84
commit
7e127ab128
|
@ -492,13 +492,13 @@ print, summary, plot, update, etc.
|
||||||
(define-public r-ps
|
(define-public r-ps
|
||||||
(package
|
(package
|
||||||
(name "r-ps")
|
(name "r-ps")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ps" version))
|
(uri (cran-uri "ps" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zm9qkyvy1fvcjvmgw51iqw8x1xzkpy7rx7xnchwfj0xpzal0ljx"))))
|
(base32 "0ai8igdkysmks1ihbp3h3s552da2hskxqwrvp4cx7vwn91x9f3wd"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://ps.r-lib.org")
|
(home-page "http://ps.r-lib.org")
|
||||||
(synopsis "List, query, and manipulate system processes")
|
(synopsis "List, query, and manipulate system processes")
|
||||||
|
|
Loading…
Reference in New Issue