gnu: r-textshaping: Update to 0.3.4.

* gnu/packages/cran.scm (r-textshaping): Update to 0.3.4.
This commit is contained in:
Ricardo Wurmus 2021-05-20 10:54:46 +02:00
parent 0df3c20243
commit 7361897630
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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