me
/
guix
Archived
1
0
Fork 0

gnu: r-ps: Update to 1.3.3.

* gnu/packages/cran.scm (r-ps): Update to 1.3.3.
master
Ricardo Wurmus 2020-05-12 16:52:04 +02:00
parent 62ee71a8c6
commit cc05222fe3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1753,13 +1753,13 @@ print, summary, plot, update, etc.
(define-public r-ps
(package
(name "r-ps")
(version "1.3.2")
(version "1.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "ps" version))
(sha256
(base32 "0127q6pw9iw8hhcfp231gmdh29nahh2n5jzc38avrzy7yrm4bwl9"))))
(base32 "1x10zgvq75gnkmzqhbqn6jyvp9h1y4qxgnbdds0bwmc8ad8md903"))))
(build-system r-build-system)
(home-page "https://ps.r-lib.org")
(synopsis "List, query, and manipulate system processes")