mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-xml2: Update to 1.3.1.
* gnu/packages/statistics.scm (r-xml2): Update to 1.3.1.
This commit is contained in:
parent
e872949f0d
commit
1f08818752
1 changed files with 2 additions and 2 deletions
|
@ -1989,14 +1989,14 @@ (define-public r-ade4
|
||||||
(define-public r-xml2
|
(define-public r-xml2
|
||||||
(package
|
(package
|
||||||
(name "r-xml2")
|
(name "r-xml2")
|
||||||
(version "1.3.0")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xml2" version))
|
(uri (cran-uri "xml2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"138v9374xwc7flw8fz8qp8q3w4fch2jviij0g10dg92xn9dsyani"))))
|
"0r7rxp922785dcryghbb3wxqgdav7mafwnmxjqfx8zaj3v1q2j3z"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxml2" ,libxml2)
|
`(("libxml2" ,libxml2)
|
||||||
|
|
Loading…
Reference in a new issue