gnu: r-rmysql: Update to 0.10.23.

* gnu/packages/cran.scm (r-rmysql): Update to 0.10.23.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:14 +01:00
parent 60f0c3b46e
commit 5248478c10
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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