[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: mariadb: Update to 10.1.34.
From: |
Marius Bakke |
Subject: |
04/09: gnu: mariadb: Update to 10.1.34. |
Date: |
Sat, 28 Jul 2018 08:56:43 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 03aed90b86549e7f9197ea11c360c5efd08327bd
Author: Marius Bakke <address@hidden>
Date: Mon Jul 16 21:12:22 2018 +0200
gnu: mariadb: Update to 10.1.34.
* gnu/packages/databases.scm (mariadb): Update to 10.1.34.
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 115ebe3..78e514a 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -627,7 +627,7 @@ Language.")
(define-public mariadb
(package
(name "mariadb")
- (version "10.1.33")
+ (version "10.1.34")
(source (origin
(method url-fetch)
(uri (string-append "https://downloads.mariadb.org/f/"
@@ -635,7 +635,7 @@ Language.")
name "-" version ".tar.gz"))
(sha256
(base32
- "0bax748j4srsyhw5cs5jvwigndh0zwmf4r2cjvhja31ckx8jqccl"))))
+ "0j2mdpyvj41vkq2rwrzky88b7170hzz6gy2vb2bc1447s2gp3q67"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
- branch staging updated (9d21601 -> 3b6f8a4), Marius Bakke, 2018/07/28
- 01/09: gnu: mariadb: Install pkg-config file to a standard location., Marius Bakke, 2018/07/28
- 02/09: gnu: mariadb: Disable plugin that fails on armhf., Marius Bakke, 2018/07/28
- 06/09: gnu: mariadb: Delete test files and static libraries., Marius Bakke, 2018/07/28
- 05/09: gnu: mariadb: Remove some bundled libraries., Marius Bakke, 2018/07/28
- 09/09: gnu: libinput: Update to 1.11.3., Marius Bakke, 2018/07/28
- 03/09: gnu: mariadb: Run the full test suite., Marius Bakke, 2018/07/28
- 04/09: gnu: mariadb: Update to 10.1.34.,
Marius Bakke <=
- 07/09: build-system/meson: Remove RUNPATH workarounds., Marius Bakke, 2018/07/28
- 08/09: gnu: meson: Update to 0.47.1., Marius Bakke, 2018/07/28