gnu: r-textshaping: Update to 0.3.1.

* gnu/packages/cran.scm (r-textshaping): Update to 0.3.1.
This commit is contained in:
Ricardo Wurmus 2021-03-09 21:41:45 +01:00
parent bf7ad534e4
commit 6c714c19f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -27151,14 +27151,14 @@ clusterings as resolution increases.")
(define-public r-textshaping
(package
(name "r-textshaping")
(version "0.3.0")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "textshaping" version))
(sha256
(base32
"053pbw45by96q62kjfnyc3d0ssar9svssrdqy6a09kdmdh75xdar"))))
"16y3amb9cxwq126q1mxssx7kswzalqf9n2437mi5n7q1nqby6wlq"))))
(properties `((upstream-name . "textshaping")))
(build-system r-build-system)
(inputs