me
/
guix
Archived
1
0
Fork 0

gnu: r-ps: Update to 1.3.2.

* gnu/packages/cran.scm (r-ps): Update to 1.3.2.
master
Ricardo Wurmus 2020-02-19 21:05:32 +01:00
parent a7474115bf
commit 01fb586285
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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