gnu: r-showtext: Update to 0.9.

* gnu/packages/cran.scm (r-showtext): Update to 0.9.
This commit is contained in:
Ricardo Wurmus 2020-08-20 19:24:29 +02:00
parent 4dcbea180d
commit 69939ce955
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17339,14 +17339,14 @@ (define-public r-showtextdb
(define-public r-showtext
(package
(name "r-showtext")
(version "0.8-1")
(version "0.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "showtext" version))
(sha256
(base32
"1n1cd9f4zrv45k5953akclqh1jh7fy122dqkgmbfi5h122v6p2h0"))))
"11fx2vv8jlvcnybh18y7v4bn2c67aqsqwfq7y8dpywbwr4zg8jid"))))
(properties `((upstream-name . "showtext")))
(build-system r-build-system)
(inputs