gnu: r-textshaping: Update to 0.4.0.

* gnu/packages/cran.scm (r-textshaping): Update to 0.4.0.
[propagated-inputs]: Add r-lifecycle.

Change-Id: I693f62cc1b6bcaf5a8070a80466679e59024d990
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:58:50 +02:00
parent 96e38b95fd
commit 52efa75fe4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -39236,20 +39236,20 @@ (define-public r-clustree
(define-public r-textshaping
(package
(name "r-textshaping")
(version "0.3.7")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "textshaping" version))
(sha256
(base32
"0hpcjz66ykji89g2lzpp6hfkz10388py8vn2ss08n4xl3yz4v4ps"))))
"0ylx4fdvm64cxcy62q84in3nrj7q8r7mvd8vwq6mcy5jddw41s9m"))))
(properties `((upstream-name . "textshaping")))
(build-system r-build-system)
(inputs
(list freetype fribidi harfbuzz zlib))
(propagated-inputs
(list r-cpp11 r-systemfonts))
(list r-cpp11 r-lifecycle r-systemfonts))
(native-inputs
(list pkg-config r-knitr))
(home-page "https://github.com/r-lib/textshaping")