Archived
1
0
Fork 0

gnu: r-showtext: Update to 0.9-6.

* gnu/packages/cran.scm (r-showtext): Update to 0.9-6.
[native-inputs]: Add r-rmarkdown.
This commit is contained in:
Ricardo Wurmus 2023-05-09 14:25:48 +02:00
parent f0509acf25
commit 74a85c46f5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25807,14 +25807,14 @@ package.")
(define-public r-showtext (define-public r-showtext
(package (package
(name "r-showtext") (name "r-showtext")
(version "0.9-5") (version "0.9-6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "showtext" version)) (uri (cran-uri "showtext" version))
(sha256 (sha256
(base32 (base32
"1larnqxn9nanbqiadm35ah5hh89xrzm4fdj9pfc93zzzhlfrvhb3")))) "0c4cssqk4s27pxfyb7fii97zhy4awzapj7bx9zkbki4va75mkjhf"))))
(properties `((upstream-name . "showtext"))) (properties `((upstream-name . "showtext")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
@ -25822,7 +25822,7 @@ package.")
(propagated-inputs (propagated-inputs
(list r-showtextdb r-sysfonts)) (list r-showtextdb r-sysfonts))
(native-inputs (native-inputs
(list pkg-config r-knitr)) (list pkg-config r-knitr r-rmarkdown))
(home-page "https://github.com/yixuan/showtext") (home-page "https://github.com/yixuan/showtext")
(synopsis "Using fonts more easily in R graphs") (synopsis "Using fonts more easily in R graphs")
(description (description