gnu: r-xml2: Update to 1.5.2.

* gnu/packages/cran.scm (r-xml2): Update to 1.5.2.

Change-Id: I3919da8f8eed5d53e60bd36e7afe98e7e32958eb
This commit is contained in:
Ricardo Wurmus 2026-01-20 07:17:26 +01:00 committed by Andreas Enge
parent 1b1890e953
commit c770549ed1
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -39330,14 +39330,14 @@ offers access to an XPath \"interpreter\".")
(define-public r-xml2
(package
(name "r-xml2")
(version "1.5.1")
(version "1.5.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "xml2" version))
(sha256
(base32
"1i51y6l8djwiriwz6rgj91xfrd6w4y9vfbvhc7nw45x0vq15yykl"))))
"1ash9ya3av2a38k9p42dyl4blrhs1rxwyqw952cc7r7rg2jcz1zd"))))
(properties
;; Avoid dependency cycle.
'((updater-ignored-native-inputs . ("r-httr"))))