mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
ba8d774090
commit
12723e27bb
1 changed files with 2 additions and 2 deletions
|
|
@ -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"))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue