gnu: r-rmysql: Update to 0.10.27.

* gnu/packages/cran.scm (r-rmysql): Update to 0.10.27.

Change-Id: I13553e2e23c0ae62ed22dbc91b526e7983be2548
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:47 +01:00
parent 26c3478a2b
commit aff3336f44
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8220,14 +8220,14 @@ (define-public r-magicaxis
(define-public r-rmysql
(package
(name "r-rmysql")
(version "0.10.26")
(version "0.10.27")
(source
(origin
(method url-fetch)
(uri (cran-uri "RMySQL" version))
(sha256
(base32
"0yk3xyj6fwyms4ii80m304xn0zbhayfmrhd1b0x7s7wblch5pfs5"))))
"1axz0pqvpqs028p2j7awmgdwpignl7m3hqd1fv3vkgfrkil5nwzi"))))
(properties `((upstream-name . "RMySQL")))
(build-system r-build-system)
(inputs