gnu: r-utf8: Update to 1.2.2.

* gnu/packages/cran.scm (r-utf8): Update to 1.2.2.
[native-inputs]: Add r-rmarkdown.
This commit is contained in:
Ricardo Wurmus 2021-07-26 15:19:06 +02:00
parent 165ecfb477
commit 76211cbc27
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5767,17 +5767,18 @@ (define-public r-xfun
(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