gnu: r-ps: Update to 1.6.0.

* gnu/packages/cran.scm (r-ps): Update to 1.6.0.
This commit is contained in:
Ricardo Wurmus 2021-03-09 21:38:01 +01:00
parent f0f2e2cbda
commit 601a112bb2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2674,13 +2674,13 @@ (define-public r-pls
(define-public r-ps
(package
(name "r-ps")
(version "1.5.0")
(version "1.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ps" version))
(sha256
(base32 "15pyz94b0z6ibrjp25np5nd4z20whnnr35wsavdgwmsmynba2qbl"))))
(base32 "0cdzjqgap108whhsilxllg12m2d05pgksryhrz5bq608bvf7vbc9"))))
(build-system r-build-system)
(home-page "https://ps.r-lib.org")
(synopsis "List, query, and manipulate system processes")