mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
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:
parent
96e38b95fd
commit
52efa75fe4
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue