mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: r-emojifont: Update to 0.5.5.
* gnu/packages/cran.scm (r-emojifont): Update to 0.5.5. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
deb085d8bc
commit
eda03d2462
1 changed files with 4 additions and 2 deletions
|
@ -19183,14 +19183,14 @@ (define-public r-showtext
|
|||
(define-public r-emojifont
|
||||
(package
|
||||
(name "r-emojifont")
|
||||
(version "0.5.3")
|
||||
(version "0.5.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "emojifont" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
|
||||
"1hhrwilv36hd9gs1kcl2zsi6519md0h9aixjrm6lfclxvz8r6k1i"))))
|
||||
(properties `((upstream-name . "emojifont")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -19198,6 +19198,8 @@ (define-public r-emojifont
|
|||
("r-proto" ,r-proto)
|
||||
("r-showtext" ,r-showtext)
|
||||
("r-sysfonts" ,r-sysfonts)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://guangchuangyu.github.io/emojifont")
|
||||
(synopsis "Emoji and Font Awesome in R graphics")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue