gnu: r-rmysql: Update to 0.10.27.
* gnu/packages/cran.scm (r-rmysql): Update to 0.10.27. Change-Id: I13553e2e23c0ae62ed22dbc91b526e7983be2548
parent
26c3478a2b
commit
aff3336f44
|
@ -8220,14 +8220,14 @@ with particular emphasis on making attractive log axis plots.")
|
|||
(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
|
||||
|
|
Reference in New Issue