3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-showtext: Update to 0.8-1.

* gnu/packages/cran.scm (r-showtext): Update to 0.8-1.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:13:13 +02:00
parent 8957a336f7
commit bb714ae79f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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