gnu: r-xml: Update to 3.99-0.16.1.
* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.16.1. Change-Id: I2936eac03ec20b091e45b920f946d92028099973
This commit is contained in:
parent
b4a255c2fb
commit
863ba4b830
1 changed files with 2 additions and 2 deletions
|
@ -3413,13 +3413,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.16")
|
(version "3.99-0.16.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "XML" version))
|
(uri (cran-uri "XML" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ny93jlx0fpv0hs9qjm9cbcv4fh5rh0kkyhk6g0dm8wvp6x3f39m"))))
|
"1i7fs9i2f6bdkxb45w2bck7sshlwxy2s32hi9fwa4nfmw2iy62m3"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "XML")))
|
`((upstream-name . "XML")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue