gnu: r-rmysql: Update to 0.10.14.

* gnu/packages/databases.scm (r-rmysql): Update to 0.10.14.
This commit is contained in:
Ricardo Wurmus 2018-03-01 21:17:26 +01:00
parent 5e38673455
commit 29c9c9c2c1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2042,14 +2042,14 @@ (define-public virtuoso-ose
(define-public r-rmysql
(package
(name "r-rmysql")
(version "0.10.13")
(version "0.10.14")
(source
(origin
(method url-fetch)
(uri (cran-uri "RMySQL" version))
(sha256
(base32
"1j0vr2l4s02cg2hzgr3pla96pjj4h85sxw28lidy58rg5awnsf82"))))
"01891kn263b02y6addgpy3gn5axg7m10bqbqv7dg9yx9k85am590"))))
(properties `((upstream-name . "RMySQL")))
(build-system r-build-system)
(native-inputs