gnu: r-textshaping: Update to 0.3.3.

* gnu/packages/cran.scm (r-textshaping): Update to 0.3.3.
This commit is contained in:
Ricardo Wurmus 2021-04-08 02:53:49 +02:00
parent 2224e02779
commit ded1599829
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27315,14 +27315,14 @@ (define-public r-clustree
(define-public r-textshaping
(package
(name "r-textshaping")
(version "0.3.2")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "textshaping" version))
(sha256
(base32
"0fqh4z505b2qriqcj70g2hhdgiawd3w2rs9rqxdwizz5vk8jjygx"))))
"0yl3cv6r8k27h4lzbrsikjydhz94skdjmxx4zqzihvb7h3jfnlpn"))))
(properties `((upstream-name . "textshaping")))
(build-system r-build-system)
(inputs