diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:08:41 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:10 +0200 |
commit | 3f106a8604503f334e1b8f5f22ed2a365822a0bd (patch) | |
tree | f7deb9e55156dd601602f330fe647a10cfd53392 | |
parent | 55bc3815aa718ce46954683ebcac9568ecfd8305 (diff) | |
download | guix-3f106a8604503f334e1b8f5f22ed2a365822a0bd.tar guix-3f106a8604503f334e1b8f5f22ed2a365822a0bd.tar.gz |
gnu: r-xml2: Update to 1.3.4.
* gnu/packages/statistics.scm (r-xml2): Update to 1.3.4.
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 964ded9bf3..8a993f01e3 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -2172,14 +2172,14 @@ and environmental data in the framework of Euclidean exploratory methods.") (define-public r-xml2 (package (name "r-xml2") - (version "1.3.3") + (version "1.3.4") (source (origin (method url-fetch) (uri (cran-uri "xml2" version)) (sha256 (base32 - "138w7hb487al9cbahmnk5rhi23k8a9g7nk7s5dyxd3k1646rqknb")))) + "0c1h7fvkrcqcgnky6hhp9ysaraxhqdqjvsdlq0450fk4ishv22rl")))) (build-system r-build-system) (inputs (list libxml2 zlib)) |