mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-showtext: Update to 0.7-1.
* gnu/packages/cran.scm (r-showtext): Update to 0.7-1.
This commit is contained in:
parent
8343dcf1aa
commit
e7705bc267
1 changed files with 2 additions and 2 deletions
|
@ -16559,14 +16559,14 @@ (define-public r-showtextdb
|
|||
(define-public r-showtext
|
||||
(package
|
||||
(name "r-showtext")
|
||||
(version "0.7")
|
||||
(version "0.7-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "showtext" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ihgqzfia36b0n9aa41p1w98wxxvs1lxh1zz0570hbfqmph1sk73"))))
|
||||
"0a5gg72bfrc7wm0phj1aflj1wc08kfi81ac32na6ya9s2ivyimw5"))))
|
||||
(properties `((upstream-name . "showtext")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue