gnu: r-rmysql: Update to 0.10.23.
* gnu/packages/cran.scm (r-rmysql): Update to 0.10.23.
This commit is contained in:
parent
60f0c3b46e
commit
5248478c10
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue