mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-systemfonts: Update to 1.0.4.
* gnu/packages/cran.scm (r-systemfonts): Update to 1.0.4. [inputs]: Add freetype.
This commit is contained in:
parent
00bd4e82b2
commit
01af4c2a81
1 changed files with 3 additions and 3 deletions
|
@ -20089,20 +20089,20 @@ (define-public r-covr
|
|||
(define-public r-systemfonts
|
||||
(package
|
||||
(name "r-systemfonts")
|
||||
(version "1.0.3")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "systemfonts" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fmv1ni77ncz6rrm4iv8a7l6pbqnk2ri0yzad2bs943gxbarjz34"))))
|
||||
"1h44bal845jp7ya8i7ff1kz1n3wklkb00jk6hb9lgwa2p5snqxpg"))))
|
||||
(properties `((upstream-name . "systemfonts")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cpp11))
|
||||
(inputs
|
||||
(list fontconfig zlib))
|
||||
(list fontconfig freetype zlib))
|
||||
(native-inputs
|
||||
(list pkg-config r-knitr))
|
||||
(home-page "https://github.com/r-lib/systemfonts")
|
||||
|
|
Loading…
Reference in a new issue