[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/195: gnu: r-xml2: Update to 1.3.6.
From: |
guix-commits |
Subject: |
172/195: gnu: r-xml2: Update to 1.3.6. |
Date: |
Fri, 15 Dec 2023 06:31:46 -0500 (EST) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 089fe03b3294ae3d65aff6cd6c207c7feeba6387
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:17:10 2023 +0100
gnu: r-xml2: Update to 1.3.6.
* gnu/packages/statistics.scm (r-xml2): Update to 1.3.6.
[propagated-inputs]: Add r-cli and r-rlang.
Change-Id: Ibc8d72f136cadd41d07edeefe6612e440ded17fb
---
gnu/packages/statistics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index c6ef97f397..d1507b4804 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2526,17 +2526,19 @@ and environmental data in the framework of Euclidean
exploratory methods.")
(define-public r-xml2
(package
(name "r-xml2")
- (version "1.3.5")
+ (version "1.3.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "xml2" version))
(sha256
(base32
- "10p214gzzcy2zzcq2xkh1vz2wrjsys5gplvk9c1crq3nmfki0six"))))
+ "13rhvmrjdqwc5psn501vz9jfmqwlf4rc30w6vrnn3wxzk7zr26g8"))))
(build-system r-build-system)
(inputs
(list libxml2 zlib))
+ (propagated-inputs
+ (list r-cli r-rlang))
(native-inputs
(list pkg-config r-knitr))
(home-page "https://github.com/hadley/xml2")
- 142/195: gnu: r-clusterr: Update to 1.3.2., (continued)
- 142/195: gnu: r-clusterr: Update to 1.3.2., guix-commits, 2023/12/15
- 137/195: gnu: r-lightgbm: Update to 4.2.0., guix-commits, 2023/12/15
- 159/195: gnu: r-iotools: Update to 0.3-5., guix-commits, 2023/12/15
- 74/195: gnu: r-expm: Update to 0.999-8., guix-commits, 2023/12/15
- 168/195: gnu: r-markdown: Update to 1.12., guix-commits, 2023/12/15
- 153/195: gnu: r-mlr3tuning: Update to 0.19.2., guix-commits, 2023/12/15
- 163/195: gnu: r-nlme: Update to 3.1-164., guix-commits, 2023/12/15
- 164/195: gnu: r-rpart: Update to 4.1.23., guix-commits, 2023/12/15
- 188/195: gnu: r-mclust: Update to 6.0.1., guix-commits, 2023/12/15
- 161/195: gnu: r-foreign: Update to 0.8-86., guix-commits, 2023/12/15
- 172/195: gnu: r-xml2: Update to 1.3.6.,
guix-commits <=
- 151/195: gnu: r-mlr3: Update to 0.17.0., guix-commits, 2023/12/15
- 166/195: gnu: r-gdtools: Update to 0.3.5., guix-commits, 2023/12/15
- 156/195: gnu: r-webutils: Update to 1.2.0., guix-commits, 2023/12/15
- 155/195: gnu: r-vroom: Update to 1.6.5., guix-commits, 2023/12/15
- 183/195: gnu: r-mvtnorm: Update to 1.2-4., guix-commits, 2023/12/15
- 150/195: gnu: r-mlr3pipelines: Update to 0.5.0-2., guix-commits, 2023/12/15
- 181/195: gnu: r-e1071: Update to 1.7-14., guix-commits, 2023/12/15
- 68/195: gnu: r-network: Update to 1.18.2., guix-commits, 2023/12/15
- 129/195: gnu: r-tuner: Update to 1.4.6., guix-commits, 2023/12/15
- 133/195: gnu: r-msm: Update to 1.7.1., guix-commits, 2023/12/15