[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/112: gnu: r-systemfonts: Update to 1.0.4.
From: |
guix-commits |
Subject: |
57/112: gnu: r-systemfonts: Update to 1.0.4. |
Date: |
Tue, 15 Mar 2022 15:22:18 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 01af4c2a81ee495a561839287725ae2a152f80d2
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")
- 108/112: gnu: r-robust: Update to 0.7-0., (continued)
- 108/112: gnu: r-robust: Update to 0.7-0., guix-commits, 2022/03/15
- 110/112: gnu: r-quantreg: Update to 5.88., guix-commits, 2022/03/15
- 29/112: gnu: r-dosnow: Update to 1.0.20., guix-commits, 2022/03/15
- 07/112: gnu: Add r-spatstat-random., guix-commits, 2022/03/15
- 18/112: gnu: r-magic: Update to 1.6-0., guix-commits, 2022/03/15
- 22/112: gnu: r-jomo: Update to 2.7-3., guix-commits, 2022/03/15
- 32/112: gnu: r-insight: Update to 0.16.0., guix-commits, 2022/03/15
- 35/112: gnu: r-gee: Update to 4.13-22., guix-commits, 2022/03/15
- 49/112: gnu: r-brobdingnag: Update to 1.2-7., guix-commits, 2022/03/15
- 56/112: gnu: r-xgboost: Update to 1.5.2.1., guix-commits, 2022/03/15
- 57/112: gnu: r-systemfonts: Update to 1.0.4.,
guix-commits <=
- 70/112: gnu: r-spatstat-geom: Update to 2.3-2., guix-commits, 2022/03/15
- 73/112: gnu: r-spatstat: Update to 2.3-3., guix-commits, 2022/03/15
- 77/112: gnu: r-scattermore: Update to 0.8., guix-commits, 2022/03/15
- 83/112: gnu: r-qs: Update to 0.25.3., guix-commits, 2022/03/15
- 112/112: gnu: r-afex: Add vignette builder., guix-commits, 2022/03/15
- 21/112: gnu: r-recipes: Update to 0.2.0., guix-commits, 2022/03/15
- 27/112: gnu: r-tinytex: Update to 0.37., guix-commits, 2022/03/15
- 41/112: gnu: r-speedglm: Update to 0.3-4., guix-commits, 2022/03/15
- 45/112: gnu: r-gmp: Update to 0.6-4., guix-commits, 2022/03/15
- 48/112: gnu: r-sets: Update to 1.0-21., guix-commits, 2022/03/15