gnu: r-rmysql: Update to 0.10.14.
* gnu/packages/databases.scm (r-rmysql): Update to 0.10.14.
This commit is contained in:
parent
5e38673455
commit
29c9c9c2c1
|
@ -2042,14 +2042,14 @@ and web services platform functionality.")
|
||||||
(define-public r-rmysql
|
(define-public r-rmysql
|
||||||
(package
|
(package
|
||||||
(name "r-rmysql")
|
(name "r-rmysql")
|
||||||
(version "0.10.13")
|
(version "0.10.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RMySQL" version))
|
(uri (cran-uri "RMySQL" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j0vr2l4s02cg2hzgr3pla96pjj4h85sxw28lidy58rg5awnsf82"))))
|
"01891kn263b02y6addgpy3gn5axg7m10bqbqv7dg9yx9k85am590"))))
|
||||||
(properties `((upstream-name . "RMySQL")))
|
(properties `((upstream-name . "RMySQL")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in New Issue