3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-xml: Update to 3.99-0.5.

* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.5.
This commit is contained in:
Ricardo Wurmus 2020-08-12 11:59:49 +02:00
parent 228a197278
commit 47b57ce5dc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2878,13 +2878,13 @@ ldap, and also supports cookies, redirects, authentication, etc.")
(define-public r-xml
(package
(name "r-xml")
(version "3.99-0.4")
(version "3.99-0.5")
(source (origin
(method url-fetch)
(uri (cran-uri "XML" version))
(sha256
(base32
"1bw6wr17gp0vdnxc5hip47n15nhxwacin3a5992sc7yfb55kaxm5"))))
"19jkpnbjx2ij0h7rxi13sqnjnwsap6wywmd4gnhfnqpic1rrnlk0"))))
(properties
`((upstream-name . "XML")))
(build-system r-build-system)