gnu: r-fontawesome: Update to 0.4.0.

* gnu/packages/cran.scm (r-fontawesome): Update to 0.4.0.
This commit is contained in:
Ricardo Wurmus 2022-11-04 08:23:10 +01:00
parent 34a4492c7b
commit 80a8b165f8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1093,13 +1093,13 @@ (define-public r-zoo
(define-public r-fontawesome
(package
(name "r-fontawesome")
(version "0.3.0")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "fontawesome" version))
(sha256
(base32 "0c8sb8isiyn2gr3xfql75yyssf9wlb152cw67whq83aqsksgrvjd"))))
(base32 "0br4sjl2z5av5kf42mnp35sichk3syrz68xic08wxnqdnp2hn2kn"))))
(properties `((upstream-name . "fontawesome")))
(build-system r-build-system)
(propagated-inputs