3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-ps: Update to 1.7.3.

* gnu/packages/cran.scm (r-ps): Update to 1.7.3.
This commit is contained in:
Ricardo Wurmus 2023-03-30 17:56:36 +02:00
parent 9b95e9cfd4
commit eab11487f1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5265,13 +5265,13 @@ print, summary, plot, update, etc.
(define-public r-ps
(package
(name "r-ps")
(version "1.7.2")
(version "1.7.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "ps" version))
(sha256
(base32 "06mjwsn074195vd4yv7zzkmcf3sc124cw0cbnddj86swvggfn9cj"))))
(base32 "15wnn0wi253d3pmz0d98l4i6cn59d1h229g8valhh5arabn45b1v"))))
(build-system r-build-system)
(home-page "https://ps.r-lib.org")
(synopsis "List, query, and manipulate system processes")