mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
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:
parent
358578ce5b
commit
decea0ac35
1 changed files with 2 additions and 2 deletions
|
|
@ -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"))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue