mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-xml2: Update to 1.2.5.
* gnu/packages/statistics.scm (r-xml2): Update to 1.2.5. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
defbaab3f8
commit
09583a0f79
1 changed files with 4 additions and 3 deletions
|
@ -1983,20 +1983,21 @@ (define-public r-ade4
|
||||||
(define-public r-xml2
|
(define-public r-xml2
|
||||||
(package
|
(package
|
||||||
(name "r-xml2")
|
(name "r-xml2")
|
||||||
(version "1.2.2")
|
(version "1.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xml2" version))
|
(uri (cran-uri "xml2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x3q3a0xv8j0nx3hs4d3pfjm5g9nvaxmfrapba9f4nrkqi3z2l1h"))))
|
"0mp61gg8s3zfq10g10vjk0mrcx6d5gm81n4ji8an2my11g61yq94"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxml2" ,libxml2)
|
`(("libxml2" ,libxml2)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("r-knitr" ,r-knitr)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rcpp" ,r-rcpp)))
|
`(("r-rcpp" ,r-rcpp)))
|
||||||
(home-page "https://github.com/hadley/xml2")
|
(home-page "https://github.com/hadley/xml2")
|
||||||
|
|
Loading…
Reference in a new issue