[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/111: gnu: r-systemfonts: Update to 1.0.4.
From: |
guix-commits |
Subject: |
57/111: gnu: r-systemfonts: Update to 1.0.4. |
Date: |
Mon, 14 Mar 2022 02:25:20 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit bb9d808cb1169187623cce3690f7a506b1fadba7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:30 2022 +0100
gnu: r-systemfonts: Update to 1.0.4.
* gnu/packages/cran.scm (r-systemfonts): Update to 1.0.4.
[inputs]: Add freetype.
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a522cb12b2..42a90d428c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20089,20 +20089,20 @@ both R code and compiled C/C++/FORTRAN code.")
(define-public r-systemfonts
(package
(name "r-systemfonts")
- (version "1.0.3")
+ (version "1.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "systemfonts" version))
(sha256
(base32
- "1fmv1ni77ncz6rrm4iv8a7l6pbqnk2ri0yzad2bs943gxbarjz34"))))
+ "1h44bal845jp7ya8i7ff1kz1n3wklkb00jk6hb9lgwa2p5snqxpg"))))
(properties `((upstream-name . "systemfonts")))
(build-system r-build-system)
(propagated-inputs
(list r-cpp11))
(inputs
- (list fontconfig zlib))
+ (list fontconfig freetype zlib))
(native-inputs
(list pkg-config r-knitr))
(home-page "https://github.com/r-lib/systemfonts")
- 67/111: gnu: r-semplot: Update to 1.1.4., (continued)
- 67/111: gnu: r-semplot: Update to 1.1.4., guix-commits, 2022/03/14
- 74/111: gnu: r-rfast: Update to 2.0.6., guix-commits, 2022/03/14
- 87/111: gnu: r-mockery: Update to 0.4.3., guix-commits, 2022/03/14
- 85/111: gnu: r-keras: Update to 2.8.0., guix-commits, 2022/03/14
- 91/111: gnu: r-svglite: Update to 2.1.0., guix-commits, 2022/03/14
- 103/111: gnu: r-domc: Update to 1.3.8., guix-commits, 2022/03/14
- 32/111: gnu: r-insight: Update to 0.16.0., guix-commits, 2022/03/14
- 99/111: gnu: r-xml: Update to 3.99-0.9., guix-commits, 2022/03/14
- 102/111: gnu: r-doparallel: Update to 1.0.17., guix-commits, 2022/03/14
- 106/111: gnu: r-randomforest: Update to 4.7-1., guix-commits, 2022/03/14
- 57/111: gnu: r-systemfonts: Update to 1.0.4.,
guix-commits <=
- 71/111: gnu: r-spatstat-core: Update to 2.4-0., guix-commits, 2022/03/14
- 72/111: gnu: r-spatstat-linnet: Update to 2.3-2., guix-commits, 2022/03/14
- 75/111: gnu: r-dials: Update to 0.1.0., guix-commits, 2022/03/14
- 78/111: gnu: r-mlr3: Update to 0.13.2., guix-commits, 2022/03/14
- 93/111: gnu: r-yaml: Update to 2.3.5., guix-commits, 2022/03/14
- 55/111: gnu: r-dalex: Update to 2.4.0., guix-commits, 2022/03/14
- 76/111: gnu: r-seqminer: Update to 8.4., guix-commits, 2022/03/14
- 89/111: gnu: r-ggdendro: Update to 0.1.23., guix-commits, 2022/03/14
- 94/111: gnu: r-crayon: Update to 1.5.0., guix-commits, 2022/03/14
- 73/111: gnu: r-spatstat: Update to 2.3-3., guix-commits, 2022/03/14