me
/
guix
Archived
1
0
Fork 0

gnu: r-xml2: Update to 1.3.4.

* gnu/packages/statistics.scm (r-xml2): Update to 1.3.4.
master
Ricardo Wurmus 2023-04-29 20:08:41 +02:00
parent 55bc3815aa
commit 3f106a8604
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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))