me
/
guix
Archived
1
0
Fork 0

gnu: r-ps: Update to 1.3.4.

* gnu/packages/cran.scm (r-ps): Update to 1.3.4.
master
Ricardo Wurmus 2020-08-12 11:56:18 +02:00
parent 61371fad05
commit 4afd8223e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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