1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +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
+2 -2
View File
@@ -17483,13 +17483,13 @@ print, summary, plot, update, etc.
(define-public r-ps (define-public r-ps
(package (package
(name "r-ps") (name "r-ps")
(version "1.9.1") (version "1.9.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ps" version)) (uri (cran-uri "ps" version))
(sha256 (sha256
(base32 "0zfzlifhg88cfk1sg4l9sgai0qinjdjy2wcb17z4ls47xc5kq2bg")))) (base32 "1nmmy0m7ll4j6j5cfvaq9jmzvvdl19a8mhmbm59wymhhds75nczm"))))
(properties (properties
;; We can't have r-testthat among the inputs, because that would lead to ;; We can't have r-testthat among the inputs, because that would lead to
;; a dependency cycle. ;; a dependency cycle.