mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: r-rmysql: Update to 0.10.27.
* gnu/packages/cran.scm (r-rmysql): Update to 0.10.27. Change-Id: I13553e2e23c0ae62ed22dbc91b526e7983be2548
This commit is contained in:
parent
26c3478a2b
commit
aff3336f44
1 changed files with 2 additions and 2 deletions
|
@ -8220,14 +8220,14 @@ (define-public r-magicaxis
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue