[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/61: gnu: r-stringi: Update to 1.4.5.
From: |
guix-commits |
Subject: |
06/61: gnu: r-stringi: Update to 1.4.5. |
Date: |
Thu, 16 Jan 2020 00:53:41 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 800219d569cc3a70dbd15e9a31c3aca40ab31ac3
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Jan 16 05:39:07 2020 +0100
gnu: r-stringi: Update to 1.4.5.
* gnu/packages/statistics.scm (r-stringi): Update to 1.4.5.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index b8a988d..7d24817 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1015,14 +1015,14 @@ solution for sending email, including attachments, from
within R.")
(define-public r-stringi
(package
(name "r-stringi")
- (version "1.4.3")
+ (version "1.4.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "stringi" version))
(sha256
(base32
- "1vbr6g9p1iyzdj7wfw6afyizvnd1a2srfvkl72pq23vhdcwwpkhk"))))
+ "0gdmdf4i3ik8rcs7af1vlsfnilcmw3z28jx4278rpq2asigps89k"))))
(build-system r-build-system)
(inputs `(("icu4c" ,icu4c)))
(native-inputs `(("pkg-config" ,pkg-config)))
- branch master updated (429c828 -> d1ac643), guix-commits, 2020/01/16
- 02/61: gnu: r-caret: Do not abbreviate "misc"., guix-commits, 2020/01/16
- 03/61: gnu: r-caret: Update to 6.0-85., guix-commits, 2020/01/16
- 06/61: gnu: r-stringi: Update to 1.4.5.,
guix-commits <=
- 05/61: gnu: r-bit: Update to 1.1-15.1., guix-commits, 2020/01/16
- 01/61: gnu: r-caret: Move to (gnu packages cran)., guix-commits, 2020/01/16
- 07/61: gnu: r-bh: Update to 1.72.0-3., guix-commits, 2020/01/16
- 08/61: gnu: r-hms: Update to 0.5.3., guix-commits, 2020/01/16
- 09/61: gnu: r-catools: Update to 1.17.1.4., guix-commits, 2020/01/16
- 12/61: gnu: r-zoo: Update to 1.8-7., guix-commits, 2020/01/16
- 11/61: gnu: r-gplots: Update to 3.0.1.2., guix-commits, 2020/01/16
- 10/61: gnu: r-rsqlite: Update to 2.2.0., guix-commits, 2020/01/16
- 04/61: gnu: r-mvtnorm: Update to 1.0-12., guix-commits, 2020/01/16
- 15/61: gnu: r-modelmetrics: Update to 1.2.2.1., guix-commits, 2020/01/16