1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-ps: Update to 1.9.2.

* gnu/packages/cran.scm (r-ps): Update to 1.9.2.

Change-Id: I44542f83ac5880a79f940ab6702805812d3414e1
This commit is contained in:
Ricardo Wurmus
2026-04-02 11:49:26 +02:00
parent ff90d91ecf
commit d5898eddd1

View File

@@ -17483,13 +17483,13 @@ print, summary, plot, update, etc.
(define-public r-ps
(package
(name "r-ps")
(version "1.9.1")
(version "1.9.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ps" version))
(sha256
(base32 "0zfzlifhg88cfk1sg4l9sgai0qinjdjy2wcb17z4ls47xc5kq2bg"))))
(base32 "1nmmy0m7ll4j6j5cfvaq9jmzvvdl19a8mhmbm59wymhhds75nczm"))))
(properties
;; We can't have r-testthat among the inputs, because that would lead to
;; a dependency cycle.