me
/
guix
Archived
1
0
Fork 0

gnu: r-xml2: Update to 1.3.3.

* gnu/packages/statistics.scm (r-xml2): Update to 1.3.3.
master
Ricardo Wurmus 2022-01-05 19:34:38 +01:00
parent ffbd40eee6
commit d35ac14572
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2072,14 +2072,14 @@ and environmental data in the framework of Euclidean exploratory methods.")
(define-public r-xml2
(package
(name "r-xml2")
(version "1.3.2")
(version "1.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "xml2" version))
(sha256
(base32
"1kx400v62xkd5xal7rzz7jcarz94ac8g1sh4i2dqr78qwgkzj8nz"))))
"138w7hb487al9cbahmnk5rhi23k8a9g7nk7s5dyxd3k1646rqknb"))))
(build-system r-build-system)
(inputs
(list libxml2 zlib))