gnu: r-rmysql: Update to 0.10.20.
* gnu/packages/cran.scm (r-rmysql): Update to 0.10.20.
This commit is contained in:
parent
1c7a4952ff
commit
b8168e8945
1 changed files with 2 additions and 2 deletions
|
@ -2796,14 +2796,14 @@ (define-public r-magic
|
|||
(define-public r-rmysql
|
||||
(package
|
||||
(name "r-rmysql")
|
||||
(version "0.10.19")
|
||||
(version "0.10.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RMySQL" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0269pfq791qvax69lrwvvzgllyzm3cy3sdp9sakwxzvw5pxk2vhv"))))
|
||||
"0lv9m6zpm8dgv7yixr6xhw379vbq45d7n7gkrmjrppdj8vcih77i"))))
|
||||
(properties `((upstream-name . "RMySQL")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue