gnu: r-xml2: Update to 1.5.1.

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

Change-Id: I933df15cdc8bbf796930a3775aef80d7ea59cef4
This commit is contained in:
Ricardo Wurmus 2025-12-03 22:37:11 +01:00 committed by Andreas Enge
parent 358578ce5b
commit decea0ac35
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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