gnu: mariadb: Update to 10.1.24.

Release notes: https://mariadb.com/kb/en/mariadb/mariadb-10124-release-notes/

* gnu/packages/databases.scm (mariadb): Update to 10.1.24.
master
Marius Bakke 2017-06-01 17:45:14 +02:00
parent a3e85a906a
commit 607b424f13
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ Language.")
(define-public mariadb
(package
(name "mariadb")
(version "10.1.23")
(version "10.1.24")
(source (origin
(method url-fetch)
(uri (string-append "https://downloads.mariadb.org/f/"
@ -380,7 +380,7 @@ Language.")
name "-" version ".tar.gz"))
(sha256
(base32
"1gq08dj9skr0gli1nj7a8wl92w8lmmqy0sbxvkmy79dz4i713n2l"))))
"07jm9m7d5x4zdpasdjs98m36dkjl7ypc9jz4xmnczj0ybfp9kpxk"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags