[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/21: gnu: r-cli: Update to 3.5.0.
From: |
guix-commits |
Subject: |
04/21: gnu: r-cli: Update to 3.5.0. |
Date: |
Mon, 2 Jan 2023 09:07:06 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7d79ba90ba69d4372896bcf8f98194d1f625dc3e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 2 15:00:07 2023 +0100
gnu: r-cli: Update to 3.5.0.
* gnu/packages/cran.scm (r-cli): Update to 3.5.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 7eaea68688..c3dc95006d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7474,14 +7474,14 @@ multivariate function estimation using smoothing
splines.")
(define-public r-cli
(package
(name "r-cli")
- (version "3.4.1")
+ (version "3.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "cli" version))
(sha256
(base32
- "0kklv5zy9rhly8fr7fdl3dlm3hr81yvbqd5cdz38b1lbzpxmwn0w"))))
+ "1p3gzq30f7hpr3v2s555z18r0y57zq2h03kijv7rl48lqzbnrjwc"))))
(build-system r-build-system)
(home-page "https://github.com/r-lib/cli#readme")
(synopsis "Helpers for developing command line interfaces")
- branch master updated (9a19d85f1e -> 8156216b4a), guix-commits, 2023/01/02
- 01/21: gnu: r-rcppde: Update to 0.1.7., guix-commits, 2023/01/02
- 03/21: gnu: r-gower: Update to 1.0.1., guix-commits, 2023/01/02
- 04/21: gnu: r-cli: Update to 3.5.0.,
guix-commits <=
- 02/21: gnu: r-energy: Update to 1.7-11., guix-commits, 2023/01/02
- 06/21: gnu: r-officer: Update to 0.5.0., guix-commits, 2023/01/02
- 05/21: gnu: r-xfun: Update to 0.36., guix-commits, 2023/01/02
- 07/21: gnu: r-yulab-utils: Update to 0.0.6., guix-commits, 2023/01/02
- 08/21: gnu: r-bdgraph: Update to 2.72., guix-commits, 2023/01/02
- 09/21: gnu: r-isoband: Update to 0.2.7., guix-commits, 2023/01/02
- 12/21: gnu: r-tokenizers: Update to 0.3.0., guix-commits, 2023/01/02
- 10/21: gnu: r-gaston: Update to 1.5.9., guix-commits, 2023/01/02
- 11/21: gnu: r-flexsurv: Update to 2.2.1., guix-commits, 2023/01/02
- 13/21: gnu: r-tidytext: Update to 0.4.0., guix-commits, 2023/01/02