me
/
guix
Archived
1
0
Fork 0

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
master
Ricardo Wurmus 2024-01-23 08:26:13 +01:00
parent b4a255c2fb
commit 863ba4b830
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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