mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: r-rmysql: Update to 0.10.28.
* gnu/packages/cran.scm (r-rmysql): Update to 0.10.28. Change-Id: Iddccec0250e24b3809a604b706a0beb7e13c2931
This commit is contained in:
parent
1b3aeb817d
commit
d463d05702
1 changed files with 2 additions and 2 deletions
|
@ -9387,14 +9387,14 @@ (define-public r-magicaxis
|
|||
(define-public r-rmysql
|
||||
(package
|
||||
(name "r-rmysql")
|
||||
(version "0.10.27")
|
||||
(version "0.10.28")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RMySQL" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1axz0pqvpqs028p2j7awmgdwpignl7m3hqd1fv3vkgfrkil5nwzi"))))
|
||||
"00kzxn7y2k9nfrkwg1xzn268aifka5k14wa15yvniidd9982wr6b"))))
|
||||
(properties `((upstream-name . "RMySQL")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue