mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05: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:
parent
8957a336f7
commit
bb714ae79f
1 changed files with 2 additions and 2 deletions
|
@ -16957,14 +16957,14 @@ (define-public r-showtextdb
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue