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.
This commit is contained in:
parent
a3e85a906a
commit
607b424f13
1 changed files with 2 additions and 2 deletions
|
@ -372,7 +372,7 @@ (define-public mysql
|
|||
(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 @@ (define-public mariadb
|
|||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gq08dj9skr0gli1nj7a8wl92w8lmmqy0sbxvkmy79dz4i713n2l"))))
|
||||
"07jm9m7d5x4zdpasdjs98m36dkjl7ypc9jz4xmnczj0ybfp9kpxk"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue