1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 15:45:58 +02:00

gnu: r-xml2: Update to 1.3.1.

* gnu/packages/statistics.scm (r-xml2): Update to 1.3.1.
This commit is contained in:
Ricardo Wurmus
2020-04-14 15:59:57 +02:00
parent e872949f0d
commit 1f08818752
+2 -2
View File
@@ -1989,14 +1989,14 @@ and environmental data in the framework of Euclidean exploratory methods.")
(define-public r-xml2
(package
(name "r-xml2")
(version "1.3.0")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "xml2" version))
(sha256
(base32
"138v9374xwc7flw8fz8qp8q3w4fch2jviij0g10dg92xn9dsyani"))))
"0r7rxp922785dcryghbb3wxqgdav7mafwnmxjqfx8zaj3v1q2j3z"))))
(build-system r-build-system)
(inputs
`(("libxml2" ,libxml2)