me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.9.
Ricardo Wurmus 2022-03-12 23:04:39 +01:00
parent 0e407e53df
commit 41ff5abb5c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3000,13 +3000,13 @@ ldap, and also supports cookies, redirects, authentication, etc.")
(define-public r-xml
(package
(name "r-xml")
(version "3.99-0.8")
(version "3.99-0.9")
(source (origin
(method url-fetch)
(uri (cran-uri "XML" version))
(sha256
(base32
"0l3bsgqw4bicv3sl2bfag7p4rh1y2pcyg0ajr73kkbg85qf6j7q8"))))
"02ba407ddgil4jbjzrbw756hlxzy3mihc5dk1ngcbvsp67gxw5cw"))))
(properties
`((upstream-name . "XML")))
(build-system r-build-system)