Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.17.

Change-Id: I32d381e9466e19cf93eef28322541fd904a48a0a
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:58:54 +02:00
parent 830f2108dd
commit fba195416f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3511,13 +3511,13 @@ ldap, and also supports cookies, redirects, authentication, etc.")
(define-public r-xml
(package
(name "r-xml")
(version "3.99-0.16.1")
(version "3.99-0.17")
(source (origin
(method url-fetch)
(uri (cran-uri "XML" version))
(sha256
(base32
"1i7fs9i2f6bdkxb45w2bck7sshlwxy2s32hi9fwa4nfmw2iy62m3"))))
"1n52k06jrgyjmz96mv4sv6kczqkhmz2spr3gymcjzzv9zxjk48vf"))))
(properties
`((upstream-name . "XML")))
(build-system r-build-system)