[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/122: gnu: r-fontawesome: Update to 0.3.0.
From: |
guix-commits |
Subject: |
11/122: gnu: r-fontawesome: Update to 0.3.0. |
Date: |
Wed, 10 Aug 2022 07:51:47 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 0b7be9856a7247f733bfdea7f86e26f611cc0b37
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 12:19:55 2022 +0200
gnu: r-fontawesome: Update to 0.3.0.
* gnu/packages/cran.scm (r-fontawesome): Update to 0.3.0.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3d17b073c1..cef7573e97 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -860,13 +860,13 @@ series of numeric vectors/matrices and factors.")
(define-public r-fontawesome
(package
(name "r-fontawesome")
- (version "0.2.2")
+ (version "0.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "fontawesome" version))
(sha256
- (base32 "0r6zb5175cr4ybqj6bl0mbhadwv9xjxaf32yjc0y76rw3d6vcbap"))))
+ (base32 "0c8sb8isiyn2gr3xfql75yyssf9wlb152cw67whq83aqsksgrvjd"))))
(properties `((upstream-name . "fontawesome")))
(build-system r-build-system)
(propagated-inputs
- branch wip-r created (now 7730b7b587), guix-commits, 2022/08/10
- 01/122: gnu: Add r-interp., guix-commits, 2022/08/10
- 06/122: gnu: r-s2: Update to 1.1.0., guix-commits, 2022/08/10
- 03/122: gnu: Add r-urlchecker., guix-commits, 2022/08/10
- 02/122: gnu: Add r-profvis., guix-commits, 2022/08/10
- 15/122: gnu: r-htmltools: Update to 0.5.3., guix-commits, 2022/08/10
- 11/122: gnu: r-fontawesome: Update to 0.3.0.,
guix-commits <=
- 10/122: gnu: r-v8: Update to 4.2.1., guix-commits, 2022/08/10
- 16/122: gnu: r-htmltable: Update to 2.4.1., guix-commits, 2022/08/10
- 19/122: gnu: r-mbess: Update to 4.9.1., guix-commits, 2022/08/10
- 17/122: gnu: r-rstpm2: Update to 1.5.7., guix-commits, 2022/08/10
- 22/122: gnu: r-dendextend: Update to 1.16.0., guix-commits, 2022/08/10
- 24/122: gnu: r-timedate: Update to 4021.104., guix-commits, 2022/08/10
- 26/122: gnu: r-geometry: Update to 0.4.6.1., guix-commits, 2022/08/10
- 27/122: gnu: r-generics: Update to 0.1.3., guix-commits, 2022/08/10
- 28/122: gnu: r-recipes: Update to 1.0.1., guix-commits, 2022/08/10
- 04/122: gnu: r-flexdashboard: Update to 0.6.0., guix-commits, 2022/08/10