gnu: r-utf8: Update to 1.1.4.
* gnu/packages/cran.scm (r-utf8): Update to 1.1.4.
This commit is contained in:
parent
c36745cf95
commit
65ea783f6c
|
@ -2623,14 +2623,14 @@ packages maintained by Yihui Xie.")
|
||||||
(define-public r-utf8
|
(define-public r-utf8
|
||||||
(package
|
(package
|
||||||
(name "r-utf8")
|
(name "r-utf8")
|
||||||
(version "1.1.3")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "utf8" version))
|
(uri (cran-uri "utf8" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03s4j6059q0nly68vpk6wy3p3f5ypakw93fj35kzd82b4z1r9cs3"))))
|
"0m0ywg8k3blfiahxvh1i4zn9dksrlc937d2lbza5fc38zjnrrnpn"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/patperry/r-utf8")
|
(home-page "https://github.com/patperry/r-utf8")
|
||||||
(synopsis "Unicode text processing")
|
(synopsis "Unicode text processing")
|
||||||
|
|
Loading…
Reference in New Issue