gnu: r-emojifont: Update to 0.5.5.
* gnu/packages/cran.scm (r-emojifont): Update to 0.5.5. [native-inputs]: Add r-knitr.master
parent
deb085d8bc
commit
eda03d2462
|
@ -19183,14 +19183,14 @@ such as Ghostscript is needed to use this package.")
|
||||||
(define-public r-emojifont
|
(define-public r-emojifont
|
||||||
(package
|
(package
|
||||||
(name "r-emojifont")
|
(name "r-emojifont")
|
||||||
(version "0.5.3")
|
(version "0.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "emojifont" version))
|
(uri (cran-uri "emojifont" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
|
"1hhrwilv36hd9gs1kcl2zsi6519md0h9aixjrm6lfclxvz8r6k1i"))))
|
||||||
(properties `((upstream-name . "emojifont")))
|
(properties `((upstream-name . "emojifont")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -19198,6 +19198,8 @@ such as Ghostscript is needed to use this package.")
|
||||||
("r-proto" ,r-proto)
|
("r-proto" ,r-proto)
|
||||||
("r-showtext" ,r-showtext)
|
("r-showtext" ,r-showtext)
|
||||||
("r-sysfonts" ,r-sysfonts)))
|
("r-sysfonts" ,r-sysfonts)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://guangchuangyu.github.io/emojifont")
|
(home-page "https://guangchuangyu.github.io/emojifont")
|
||||||
(synopsis "Emoji and Font Awesome in R graphics")
|
(synopsis "Emoji and Font Awesome in R graphics")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue