me
/
guix
Archived
1
0
Fork 0

gnu: r-fontawesome: Update to 0.4.0.

* gnu/packages/cran.scm (r-fontawesome): Update to 0.4.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1093,13 +1093,13 @@ series of numeric vectors/matrices and factors.")
(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