gnu: r-rmysql: Update to 0.10.24.

* gnu/packages/cran.scm (r-rmysql): Update to 0.10.24.
This commit is contained in:
Ricardo Wurmus 2022-11-04 08:23:17 +01:00
parent 31b161122c
commit edfc9661f7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5742,14 +5742,14 @@ (define-public r-magic
(define-public r-rmysql
(package
(name "r-rmysql")
(version "0.10.23")
(version "0.10.24")
(source
(origin
(method url-fetch)
(uri (cran-uri "RMySQL" version))
(sha256
(base32
"05aavyggyjv46awa7ggbxlfcy9707vak5kh7kj0ljdx8zga7xb7l"))))
"0hbjcf0gzkkg8h50msj4a6ymax9s3j4aw44jl1mqcxkdmfn9l6ya"))))
(properties `((upstream-name . "RMySQL")))
(build-system r-build-system)
(inputs