gnu: r-ps: Update to 1.3.0.
* gnu/packages/cran.scm (r-ps): Update to 1.3.0.
This commit is contained in:
parent
dcf89cc0cf
commit
422dea1774
|
@ -1147,13 +1147,13 @@ print, summary, plot, update, etc.
|
||||||
(define-public r-ps
|
(define-public r-ps
|
||||||
(package
|
(package
|
||||||
(name "r-ps")
|
(name "r-ps")
|
||||||
(version "1.2.1")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ps" version))
|
(uri (cran-uri "ps" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zxylcb0nr4qb5v6j199mc2pfgf2bpf00jrw47jajmv59qb0fwmx"))))
|
(base32 "1lcq7r0q4jb8x6k023zr2ydj2dg925bqqbkhx1phpnyjrk897498"))))
|
||||||
(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