gnu: mysql: Update to 5.7.23.

* gnu/packages/databases.scm (mysql): Update to 5.7.23.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-16 00:38:46 +02:00
parent 7cbf06d8c2
commit 8ecf3f7ea5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -567,7 +567,7 @@ (define boost-for-mysql
(define-public mysql
(package
(name "mysql")
(version "5.7.21")
(version "5.7.23")
(source (origin
(method url-fetch)
(uri (list (string-append
@ -579,7 +579,7 @@ (define-public mysql
name "-" version ".tar.gz")))
(sha256
(base32
"1dq9bgnajf7cq3mrjkwv6w5nwslhs26lkrw56i7w4fbsq9wm087s"))))
"0rbc3xsc11lq2dm0ip6gxa16c06hi74scb97x5cw7yhbabaz4c07"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags