gnu: r-xml: Update to 3.99-0.14.
* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.14.
This commit is contained in:
parent
8cf778103e
commit
83978be759
1 changed files with 2 additions and 2 deletions
|
@ -3051,13 +3051,13 @@ 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.99-0.13")
|
(version "3.99-0.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "XML" version))
|
(uri (cran-uri "XML" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fppx0jnqxx3l7y8ivb56sq0fjcqv3fn226i4s03mi7hwak6iic5"))))
|
"1ygi65ddgbsamxw2rm0p2clfak1xj44xyisgk48y72cd9ldaddic"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "XML")))
|
`((upstream-name . "XML")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue