gnu: r-showtext: Update to 0.9-3.
* gnu/packages/cran.scm (r-showtext): Update to 0.9-3.
This commit is contained in:
parent
73871946a1
commit
03e4676138
1 changed files with 2 additions and 2 deletions
|
@ -20008,14 +20008,14 @@ package.")
|
||||||
(define-public r-showtext
|
(define-public r-showtext
|
||||||
(package
|
(package
|
||||||
(name "r-showtext")
|
(name "r-showtext")
|
||||||
(version "0.9-2")
|
(version "0.9-3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "showtext" version))
|
(uri (cran-uri "showtext" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y5mw6ffk92r7b22irrfhdmj4hxfl0d1wjxj14hznbapc4qm6f0z"))))
|
"0ghxd5la8is2mz5w7lk507zgcpr5lz30miqyhyn9cqazlsfwp4wa"))))
|
||||||
(properties `((upstream-name . "showtext")))
|
(properties `((upstream-name . "showtext")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue