[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
90/112: gnu: r-gdtools: Update to 0.2.4.
From: |
guix-commits |
Subject: |
90/112: gnu: r-gdtools: Update to 0.2.4. |
Date: |
Tue, 15 Mar 2022 15:22:25 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 59212ce38aff7bab24fafae14f5c0d9cf6ab8dbd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:38 2022 +0100
gnu: r-gdtools: Update to 0.2.4.
* gnu/packages/statistics.scm (r-gdtools): Update to 0.2.4.
[inputs]: Add fontconfig.
---
gnu/packages/statistics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f61cc76bf4..2c9de86a80 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1277,19 +1277,19 @@ agnes cluster diagrams.")
(define-public r-gdtools
(package
(name "r-gdtools")
- (version "0.2.3")
+ (version "0.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "gdtools" version))
(sha256
(base32
- "1p3ip0qwpg8f63jfx0b8vbac6l20ddid8xvxzkfi6i858pybnawp"))))
+ "0a1hqg5b484ji4g9dy0zi06wn9w7pk6hiy5ljzc1zgj9mbhlr21j"))))
(build-system r-build-system)
(native-inputs
(list pkg-config))
(inputs
- (list cairo freetype zlib))
+ (list cairo fontconfig freetype zlib))
(propagated-inputs
(list r-rcpp r-systemfonts))
(home-page "https://cran.r-project.org/web/packages/gdtools")
- 37/112: gnu: r-chk: Update to 0.8.0., (continued)
- 37/112: gnu: r-chk: Update to 0.8.0., guix-commits, 2022/03/15
- 46/112: gnu: r-future: Update to 1.24.0., guix-commits, 2022/03/15
- 51/112: gnu: r-sf: Update to 1.0-6., guix-commits, 2022/03/15
- 66/112: gnu: r-qgraph: Update to 1.9.1., guix-commits, 2022/03/15
- 68/112: gnu: r-latex2exp: Update to 0.9.3., guix-commits, 2022/03/15
- 98/112: gnu: r-rsqlite: Update to 2.2.10., guix-commits, 2022/03/15
- 93/112: gnu: r-yaml: Update to 2.3.5., guix-commits, 2022/03/15
- 78/112: gnu: r-mlr3: Update to 0.13.2., guix-commits, 2022/03/15
- 79/112: gnu: r-mlr3tuning: Update to 0.12.0., guix-commits, 2022/03/15
- 97/112: gnu: r-brew: Update to 1.0-7., guix-commits, 2022/03/15
- 90/112: gnu: r-gdtools: Update to 0.2.4.,
guix-commits <=
- 104/112: gnu: r-tidyselect: Update to 1.1.2., guix-commits, 2022/03/15
- 109/112: gnu: r-vgam: Update to 1.1-6., guix-commits, 2022/03/15
- 09/112: gnu: r-v8: Update to 4.1.0., guix-commits, 2022/03/15
- 04/112: gnu: python-pytorch-for-r-torch: Reuse python-pytorch., guix-commits, 2022/03/15
- 20/112: gnu: r-generics: Update to 0.1.2., guix-commits, 2022/03/15
- 30/112: gnu: r-fst: Update to 0.9.8., guix-commits, 2022/03/15
- 31/112: gnu: r-rdpack: Update to 2.1.4., guix-commits, 2022/03/15
- 39/112: gnu: r-admisc: Update to 0.24., guix-commits, 2022/03/15
- 58/112: gnu: r-terra: Update to 1.5-21., guix-commits, 2022/03/15
- 59/112: gnu: r-showtext: Update to 0.9-5., guix-commits, 2022/03/15