gnu: r-xml2: Update to 1.2.1.

* gnu/packages/statistics.scm (r-xml2): Update to 1.2.1.
This commit is contained in:
Ricardo Wurmus 2019-08-06 13:47:34 +02:00
parent 8d932e71d6
commit b29ecb8e37
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2022,14 +2022,14 @@ (define-public r-ade4
(define-public r-xml2
(package
(name "r-xml2")
(version "1.2.0")
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "xml2" version))
(sha256
(base32
"154lmksfiwkhnlmryas25mjhfg6k4mmnnk7bbb29mnn5x5pr2yha"))))
"0186d7r36xw1z9f8ajz35a0dz4ch6hmrjl9536yc7vq78v4vn5an"))))
(build-system r-build-system)
(inputs
`(("libxml2" ,libxml2)