guix-commits
[Top][All Lists]
Advanced

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

21/56: gnu: r-utf8: Update to 1.1.4.


From: Ricardo Wurmus
Subject: 21/56: gnu: r-utf8: Update to 1.1.4.
Date: Thu, 31 May 2018 07:22:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 65ea783f6c11ce5e20ea6bfc46e0dac2500e3a31
Author: Ricardo Wurmus <address@hidden>
Date:   Thu May 31 12:29:48 2018 +0200

    gnu: r-utf8: Update to 1.1.4.
    
    * gnu/packages/cran.scm (r-utf8): Update to 1.1.4.
---
 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 164b7f7..9ff19fe 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2623,14 +2623,14 @@ packages maintained by Yihui Xie.")
 (define-public r-utf8
   (package
     (name "r-utf8")
-    (version "1.1.3")
+    (version "1.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "utf8" version))
        (sha256
         (base32
-         "03s4j6059q0nly68vpk6wy3p3f5ypakw93fj35kzd82b4z1r9cs3"))))
+         "0m0ywg8k3blfiahxvh1i4zn9dksrlc937d2lbza5fc38zjnrrnpn"))))
     (build-system r-build-system)
     (home-page "https://github.com/patperry/r-utf8";)
     (synopsis "Unicode text processing")



reply via email to

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