[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/25: gnu: r-strex: Update to 2.0.0.
From: |
guix-commits |
Subject: |
20/25: gnu: r-strex: Update to 2.0.0. |
Date: |
Thu, 1 Feb 2024 17:09:53 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 29c4796ff9d582ffc01521891b17b1f04d54e2a1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 1 22:13:04 2024 +0100
gnu: r-strex: Update to 2.0.0.
* gnu/packages/cran.scm (r-strex): Update to 2.0.0.
[propagated-inputs]: Add r-lifecycle.
Change-Id: I2a0ece4937539e22e1bbf80e0aefe365da19c0d5
---
gnu/packages/cran.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8c0dd6c57d..c167374f5c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38237,17 +38237,22 @@ user streams, and to parse the output into data
frames.")
(define-public r-strex
(package
(name "r-strex")
- (version "1.6.1")
+ (version "2.0.0")
(source (origin
(method url-fetch)
(uri (cran-uri "strex" version))
(sha256
(base32
- "1vz5zrvf052bg2y48yvkci4hciknvyw5gpbvnklgyny5lzlqvyiq"))))
+ "1cxkpqwnpsqkg0i6n6bkkgbf3jkbgff5s8db95rz57lki8xwlqp9"))))
(properties `((upstream-name . "strex")))
(build-system r-build-system)
(propagated-inputs
- (list r-checkmate r-magrittr r-rlang r-stringi r-stringr))
+ (list r-checkmate
+ r-lifecycle
+ r-magrittr
+ r-rlang
+ r-stringi
+ r-stringr))
(native-inputs (list r-knitr))
(home-page "https://rorynolan.github.io/strex/")
(synopsis "Extra string manipulation functions")
- 09/25: gnu: r-quickjsr: Update to 1.1.3., (continued)
- 09/25: gnu: r-quickjsr: Update to 1.1.3., guix-commits, 2024/02/01
- 07/25: gnu: r-intergraph: Update to 2.0-4., guix-commits, 2024/02/01
- 11/25: gnu: r-compositions: Update to 2.0-8., guix-commits, 2024/02/01
- 17/25: gnu: r-spatstat-explore: Update to 3.2-6., guix-commits, 2024/02/01
- 23/25: gnu: r-coda: Update to 0.19-4.1., guix-commits, 2024/02/01
- 22/25: gnu: r-tensorflow: Update to 2.15.0., guix-commits, 2024/02/01
- 19/25: gnu: r-mlr3misc: Update to 0.14.0., guix-commits, 2024/02/01
- 25/25: gnu: r-rrcov: Update to 1.7-5., guix-commits, 2024/02/01
- 13/25: gnu: r-filesstrings: Update to 3.3.0., guix-commits, 2024/02/01
- 21/25: gnu: r-readods: Update to 2.2.0., guix-commits, 2024/02/01
- 20/25: gnu: r-strex: Update to 2.0.0.,
guix-commits <=
- 12/25: gnu: r-terra: Update to 1.7-71., guix-commits, 2024/02/01
- 15/25: gnu: r-rsconnect: Update to 1.2.1., guix-commits, 2024/02/01
- 14/25: gnu: r-fracdiff: Update to 1.5-3., guix-commits, 2024/02/01
- 16/25: gnu: r-rstantools: Update to 2.4.0., guix-commits, 2024/02/01
- 18/25: gnu: r-infer: Update to 1.0.6., guix-commits, 2024/02/01
- 24/25: gnu: r-sfsmisc: Update to 1.1-17., guix-commits, 2024/02/01