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:
Ricardo Wurmus 2020-09-04 22:00:32 +02:00
parent 274aa8252c
commit 7f1358db61
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16531,16 +16531,18 @@ (define-public r-covr
(define-public r-systemfonts
(package
(name "r-systemfonts")
(version "0.2.3")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "systemfonts" version))
(sha256
(base32
"0wf62mfam5zlrck0wrdbyi4hi7pn5j0739rihgp8sj2cjypm2lnb"))))
"16n25bin46r0vq59wjdskkb8631gzf7grwnp2wnk0zb9c2qr48ax"))))
(properties `((upstream-name . "systemfonts")))
(build-system r-build-system)
(propagated-inputs
`(("r-cpp11" ,r-cpp11)))
(inputs
`(("fontconfig" ,fontconfig)
("zlib" ,zlib)))