me
/
guix
Archived
1
0
Fork 0

gnu: r-rmysql: Update to 0.10.18.

* gnu/packages/cran.scm (r-rmysql): Update to 0.10.18.
master
Ricardo Wurmus 2019-12-15 15:49:44 +01:00
parent 3dc1d43300
commit c9a0f61069
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2777,14 +2777,14 @@ dimensioned arrays.")
(define-public r-rmysql
(package
(name "r-rmysql")
(version "0.10.17")
(version "0.10.18")
(source
(origin
(method url-fetch)
(uri (cran-uri "RMySQL" version))
(sha256
(base32
"1xamf99ih44dvaxg5x4ivj0hkqssmabgqd7gh8b8q1srw7yg8kbm"))))
"0r4626sk78fhlgivr0c7mwg9mj29ayr0iz5x90rdl4d5nc2r6kq4"))))
(properties `((upstream-name . "RMySQL")))
(build-system r-build-system)
(inputs