me
/
guix
Archived
1
0
Fork 0

gnu: r-ps: Update to 1.4.0.

* gnu/packages/cran.scm (r-ps): Update to 1.4.0.
master
Ricardo Wurmus 2020-10-31 13:40:55 +01:00
parent 5fea26d272
commit a4b4cf773d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2058,13 +2058,13 @@ print, summary, plot, update, etc.
(define-public r-ps
(package
(name "r-ps")
(version "1.3.4")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ps" version))
(sha256
(base32 "1cxfhnff22fbsr9vynhql0rhhrqfxvkb6kv11h2m740r9scwcs44"))))
(base32 "0yns03ffd2a2cs4b6dsjjlqhv46vq2g094m8psmhf3h9i52awyaz"))))
(build-system r-build-system)
(home-page "https://ps.r-lib.org")
(synopsis "List, query, and manipulate system processes")