guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/214: gnu: r-ps: Update to 1.7.0.


From: guix-commits
Subject: 18/214: gnu: r-ps: Update to 1.7.0.
Date: Sat, 28 May 2022 04:37:10 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit b678e35c7e9a32f2f5f7a5316771afb572aed40f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:12 2022 +0200

    gnu: r-ps: Update to 1.7.0.
    
    * gnu/packages/cran.scm (r-ps): Update to 1.7.0.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0aab68d0fa..e7d6a6cd01 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3716,13 +3716,13 @@ print, summary, plot, update, etc.
 (define-public r-ps
   (package
     (name "r-ps")
-    (version "1.6.0")
+    (version "1.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ps" version))
        (sha256
-        (base32 "0cdzjqgap108whhsilxllg12m2d05pgksryhrz5bq608bvf7vbc9"))))
+        (base32 "1qaj9gyz7q09aadlnj5al53k2pa4axmzjsbndf5r0b51qqrcy842"))))
     (build-system r-build-system)
     (home-page "https://ps.r-lib.org";)
     (synopsis "List, query, and manipulate system processes")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]