aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r--gnu/packages/databases.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 894785b3a9..cd5f53daa3 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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
/commit/gnu/packages/chez.scm?id=24a43551d0767dac9659f3e9233a688d1cde2225'>gnu: chez-irregex: Don't use unstable tarball....Tobias Geerinckx-Rice 2019-02-16gnu: chez-matchable: Don't use unstable tarball....Tobias Geerinckx-Rice 2019-02-16gnu: chez-web: Use GIT- helpers....Tobias Geerinckx-Rice 2019-02-16gnu: chez-srfi: Don't use unstable tarball....Tobias Geerinckx-Rice 2019-02-16gnu: chez-fmt: Return #t from all phases....Tobias Geerinckx-Rice 2019-02-16gnu: chez-web: Return #t from all phases....Tobias Geerinckx-Rice 2018-12-14gnu: chez-sockets: Replace texlive input with minimal texlive-union....Pierre Neidhardt 2018-12-14gnu: chez-web: Replace texlive input with minimal texlive-union....Pierre Neidhardt 2018-12-14gnu: chez-web: Fix conflicting bootstrap phase....Pierre Neidhardt 2018-12-14gnu: chez-scheme: Replace texlive input with minimal texlive-union....Pierre Neidhardt 2018-10-16gnu: chez: Adjust to zlib static output....Marius Bakke 2018-03-16gnu: All snippets report errors using exceptions, else return #t....Mark H Weaver 2018-01-18gnu: chez-scheme: Fix build issues against glibc 2.26....Ludovic Courtès 2017-12-09gnu: chez-scheme: Update to 9.5....Tobias Geerinckx-Rice