[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
184/214: gnu: r-stringr: Update to 1.4.1.
From: |
guix-commits |
Subject: |
184/214: gnu: r-stringr: Update to 1.4.1. |
Date: |
Tue, 20 Sep 2022 11:07:33 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 911224970dbc4b3bdafbf99007f0500abbab0020
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:34 2022 +0200
gnu: r-stringr: Update to 1.4.1.
* gnu/packages/statistics.scm (r-stringr): Update to 1.4.1.
---
gnu/packages/statistics.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 7233a0ee9b..f95ec7e8aa 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1186,16 +1186,21 @@ transliteration, concatenation, date-time formatting
and parsing, etc.")
(define-public r-stringr
(package
(name "r-stringr")
- (version "1.4.0")
+ (version "1.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "stringr" version))
(sha256
- (base32 "1p9ip7p87gbbg4s6d3d392svvzz2b5dqdq2c8ilgvn4s78nlsq47"))))
+ (base32 "1cfw1lv64lzg16zb04c0fcmd3gx8vq9x73hqikqhgqd3ra88w3gc"))))
(build-system r-build-system)
(propagated-inputs
(list r-glue r-magrittr r-stringi))
+ ;; We can't add r-knitr here, because this package ends up being an input
+ ;; to r-knitr.
+ #;
+ (native-inputs
+ (list r-knitr))
(home-page "https://github.com/hadley/stringr")
(synopsis "Simple, consistent wrappers for common string operations")
(description
- 162/214: gnu: r-lgr: Update to 0.4.4., (continued)
- 162/214: gnu: r-lgr: Update to 0.4.4., guix-commits, 2022/09/20
- 167/214: gnu: r-delaporte: Update to 8.0.3., guix-commits, 2022/09/20
- 170/214: gnu: r-rapiserialize: Update to 0.1.2., guix-commits, 2022/09/20
- 168/214: gnu: r-gganimate: Update to 1.0.8., guix-commits, 2022/09/20
- 178/214: gnu: r-wordspace: Update to 0.2-8., guix-commits, 2022/09/20
- 190/214: gnu: r-desc: Update to 1.4.2., guix-commits, 2022/09/20
- 208/214: gnu: r-clubsandwich: Update to 0.5.8., guix-commits, 2022/09/20
- 185/214: gnu: r-evaluate: Update to 0.16., guix-commits, 2022/09/20
- 46/214: gnu: r-statnet-common: Update to 4.7.0., guix-commits, 2022/09/20
- 87/214: gnu: r-als: Update to 0.0.7., guix-commits, 2022/09/20
- 184/214: gnu: r-stringr: Update to 1.4.1.,
guix-commits <=