me
/
guix
Archived
1
0
Fork 0

gnu: r-rmysql: Update to 0.10.16.

* gnu/packages/cran.scm (r-rmysql): Update to 0.10.16.
master
Ricardo Wurmus 2019-01-12 16:45:42 +01:00
parent 1c6d199ee8
commit 221b3b164d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2311,14 +2311,14 @@ dimensioned arrays.")
(define-public r-rmysql
(package
(name "r-rmysql")
(version "0.10.15")
(version "0.10.16")
(source
(origin
(method url-fetch)
(uri (cran-uri "RMySQL" version))
(sha256
(base32
"0bmc7w5fnkjaf333sgc0hskiy332m9gmfaxg0yzkjxscpizdw43n"))))
"1gh4b730g2v78jg5iln8fkz808ri2vhnhnw43wzkkjpy53jh48sp"))))
(properties `((upstream-name . "RMySQL")))
(build-system r-build-system)
(native-inputs