guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

51/57: gnu: r-stringi: Update to 1.7.3.


From: guix-commits
Subject: 51/57: gnu: r-stringi: Update to 1.7.3.
Date: Mon, 26 Jul 2021 09:39:34 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit a6f436a64c6325dd02ce2939b2b9a3cd20812547
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 15:19:14 2021 +0200

    gnu: r-stringi: Update to 1.7.3.
    
    * gnu/packages/statistics.scm (r-stringi): Update to 1.7.3.
---
 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 7ba7d9f..0fdee67 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1043,14 +1043,14 @@ solution for sending email, including attachments, from 
within R.")
 (define-public r-stringi
   (package
     (name "r-stringi")
-    (version "1.6.2")
+    (version "1.7.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "stringi" version))
        (sha256
         (base32
-         "1bidc1xzsv5nz2glf6z4sjxqlbs6zq595wwdmiq66sc2p7cis59s"))))
+         "0mhz7dkjdm8ap2zav1pmivhr8s0l6p2f6piij2hy08nwszqk51nr"))))
     (build-system r-build-system)
     (inputs `(("icu4c" ,icu4c)))
     (native-inputs `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]