me
/
guix
Archived
1
0
Fork 0

gnu: r-fontawesome: Update to 0.5.0.

* gnu/packages/cran.scm (r-fontawesome): Update to 0.5.0.
master
Ricardo Wurmus 2023-02-18 16:08:11 +01:00
parent 0b78144688
commit d7ac85d4e3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1452,13 +1452,13 @@ series of numeric vectors/matrices and factors.")
(define-public r-fontawesome
(package
(name "r-fontawesome")
(version "0.4.0")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "fontawesome" version))
(sha256
(base32 "0br4sjl2z5av5kf42mnp35sichk3syrz68xic08wxnqdnp2hn2kn"))))
(base32 "02z9jqvwn8bhwbkxlx9f42x4qlz7akmmjw0xi0kdd0iylcbv85s1"))))
(properties `((upstream-name . "fontawesome")))
(build-system r-build-system)
(propagated-inputs