gnu: r-systemfonts: Update to 0.3.0.
* gnu/packages/cran.scm (r-systemfonts): Update to 0.3.0. [propagated-inputs]: Add r-cpp11.
This commit is contained in:
parent
274aa8252c
commit
7f1358db61
1 changed files with 4 additions and 2 deletions
|
@ -16531,16 +16531,18 @@ 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 "0.2.3")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "systemfonts" version))
|
(uri (cran-uri "systemfonts" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wf62mfam5zlrck0wrdbyi4hi7pn5j0739rihgp8sj2cjypm2lnb"))))
|
"16n25bin46r0vq59wjdskkb8631gzf7grwnp2wnk0zb9c2qr48ax"))))
|
||||||
(properties `((upstream-name . "systemfonts")))
|
(properties `((upstream-name . "systemfonts")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-cpp11" ,r-cpp11)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fontconfig" ,fontconfig)
|
`(("fontconfig" ,fontconfig)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
Reference in a new issue