gnu: r-xml: Update to 3.98-1.10.

* gnu/packages/statistics.scm (r-xml): Update to 3.98-1.10.
[inputs]: Add zlib.
[native-inputs]: Add pkg-config.
master
Ricardo Wurmus 2018-02-22 11:08:30 +01:00
parent 0c43f4814b
commit e5e56cc9eb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 3 deletions

View File

@ -2748,18 +2748,21 @@ ldap, and also supports cookies, redirects, authentication, etc.")
(define-public r-xml (define-public r-xml
(package (package
(name "r-xml") (name "r-xml")
(version "3.98-1.9") (version "3.98-1.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "XML" version)) (uri (cran-uri "XML" version))
(sha256 (sha256
(base32 (base32
"1hzkdkgs0nzmfg9wm7kyh1j9i0i2g7925whzlihqvg9grdlh3dx3")))) "1faza9bbllp67lf1yv1sllxc3iv8llz52m9diazhq322iqbh97m1"))))
(properties (properties
`((upstream-name . "XML"))) `((upstream-name . "XML")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("libxml2" ,libxml2))) `(("libxml2" ,libxml2)
("zlib" ,zlib)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "http://www.omegahat.org/RSXML") (home-page "http://www.omegahat.org/RSXML")
(synopsis "Tools for parsing and generating XML within R") (synopsis "Tools for parsing and generating XML within R")
(description (description