mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -2623,14 +2623,14 @@ (define-public r-xfun
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue