Archived
1
0
Fork 0

gnu: r-utf8: Update to 1.2.1.

* gnu/packages/cran.scm (r-utf8): Update to 1.2.1.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2021-03-15 13:41:22 +01:00
parent d163c71e0a
commit 87d3f805b9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5304,15 +5304,17 @@ packages maintained by Yihui Xie.")
(define-public r-utf8 (define-public r-utf8
(package (package
(name "r-utf8") (name "r-utf8")
(version "1.1.4") (version "1.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "utf8" version)) (uri (cran-uri "utf8" version))
(sha256 (sha256
(base32 (base32
"0m0ywg8k3blfiahxvh1i4zn9dksrlc937d2lbza5fc38zjnrrnpn")))) "1yw7vjn3gpkqddc91rbfh4kk0zmn2kp0jycrd3066sissh01jhdk"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/patperry/r-utf8") (home-page "https://github.com/patperry/r-utf8")
(synopsis "Unicode text processing") (synopsis "Unicode text processing")
(description (description