gnu: r-textshaping: Update to 0.3.2.

* gnu/packages/cran.scm (r-textshaping): Update to 0.3.2.
This commit is contained in:
Ricardo Wurmus 2021-03-15 13:42:10 +01:00
parent ea23f17ece
commit bbc542b53c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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