[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/93: gnu: r-ps: Update to 1.4.0.
From: |
guix-commits |
Subject: |
08/93: gnu: r-ps: Update to 1.4.0. |
Date: |
Sat, 31 Oct 2020 08:46:00 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a4b4cf773d8f2609f83f36f490a3e4bd094db72d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:40:55 2020 +0100
gnu: r-ps: Update to 1.4.0.
* gnu/packages/cran.scm (r-ps): Update to 1.4.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 89d712f..d42a096 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2058,13 +2058,13 @@ print, summary, plot, update, etc.
(define-public r-ps
(package
(name "r-ps")
- (version "1.3.4")
+ (version "1.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ps" version))
(sha256
- (base32 "1cxfhnff22fbsr9vynhql0rhhrqfxvkb6kv11h2m740r9scwcs44"))))
+ (base32 "0yns03ffd2a2cs4b6dsjjlqhv46vq2g094m8psmhf3h9i52awyaz"))))
(build-system r-build-system)
(home-page "https://ps.r-lib.org")
(synopsis "List, query, and manipulate system processes")
- branch master updated (0e1b095 -> d7e033b), guix-commits, 2020/10/31
- 01/93: gnu: Add r-rbibutils., guix-commits, 2020/10/31
- 08/93: gnu: r-ps: Update to 1.4.0.,
guix-commits <=
- 05/93: gnu: r-callr: Update to 3.5.1., guix-commits, 2020/10/31
- 36/93: gnu: r-lmertest: Update to 3.1-3., guix-commits, 2020/10/31
- 04/93: gnu: r-ecp: Update to 3.1.3., guix-commits, 2020/10/31
- 14/93: gnu: r-recipes: Update to 0.1.14., guix-commits, 2020/10/31
- 07/93: gnu: r-partykit: Update to 1.2-10., guix-commits, 2020/10/31
- 03/93: gnu: r-clipr: Update to 0.7.1., guix-commits, 2020/10/31
- 11/93: gnu: r-sp: Update to 1.4-4., guix-commits, 2020/10/31
- 10/93: gnu: r-ff: Update to 4.0.4., guix-commits, 2020/10/31
- 20/93: gnu: r-openxlsx: Update to 4.2.3., guix-commits, 2020/10/31
- 28/93: gnu: r-deriv: Update to 4.1.1., guix-commits, 2020/10/31