guix-commits
[Top][All Lists]
Advanced

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

10/57: gnu: r-utf8: Update to 1.2.2.


From: guix-commits
Subject: 10/57: gnu: r-utf8: Update to 1.2.2.
Date: Mon, 26 Jul 2021 09:39:20 -0400 (EDT)

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

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

    gnu: r-utf8: Update to 1.2.2.
    
    * gnu/packages/cran.scm (r-utf8): Update to 1.2.2.
    [native-inputs]: Add r-rmarkdown.
---
 gnu/packages/cran.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3d70b3f..c465091 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5767,17 +5767,18 @@ packages maintained by Yihui Xie.")
 (define-public r-utf8
   (package
     (name "r-utf8")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "utf8" version))
        (sha256
         (base32
-         "1yw7vjn3gpkqddc91rbfh4kk0zmn2kp0jycrd3066sissh01jhdk"))))
+         "1x6qg19z4qih9lk3mvnmx0vailm1khp5lylw4hlwz6rssj3yw6m7"))))
     (build-system r-build-system)
     (native-inputs
-     `(("r-knitr" ,r-knitr)))
+     `(("r-knitr" ,r-knitr)
+       ("r-rmarkdown" ,r-rmarkdown))) ; for vignettes
     (home-page "https://github.com/patperry/r-utf8";)
     (synopsis "Unicode text processing")
     (description



reply via email to

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