gnu: r-systemfonts: Update to 1.0.4.
* gnu/packages/cran.scm (r-systemfonts): Update to 1.0.4. [inputs]: Add freetype.
parent
00bd4e82b2
commit
01af4c2a81
|
@ -20089,20 +20089,20 @@ both R code and compiled C/C++/FORTRAN code.")
|
||||||
(define-public r-systemfonts
|
(define-public r-systemfonts
|
||||||
(package
|
(package
|
||||||
(name "r-systemfonts")
|
(name "r-systemfonts")
|
||||||
(version "1.0.3")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "systemfonts" version))
|
(uri (cran-uri "systemfonts" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fmv1ni77ncz6rrm4iv8a7l6pbqnk2ri0yzad2bs943gxbarjz34"))))
|
"1h44bal845jp7ya8i7ff1kz1n3wklkb00jk6hb9lgwa2p5snqxpg"))))
|
||||||
(properties `((upstream-name . "systemfonts")))
|
(properties `((upstream-name . "systemfonts")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-cpp11))
|
(list r-cpp11))
|
||||||
(inputs
|
(inputs
|
||||||
(list fontconfig zlib))
|
(list fontconfig freetype zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config r-knitr))
|
(list pkg-config r-knitr))
|
||||||
(home-page "https://github.com/r-lib/systemfonts")
|
(home-page "https://github.com/r-lib/systemfonts")
|
||||||
|
|
Reference in New Issue