gnu: r-ps: Update to 1.2.0.

* gnu/packages/cran.scm (r-ps): Update to 1.2.0.
This commit is contained in:
Ricardo Wurmus 2018-10-30 07:48:01 +01:00
parent b62e104b84
commit 7e127ab128
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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")