guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/15: gnu: mariadb: Update to 10.1.38.


From: guix-commits
Subject: 04/15: gnu: mariadb: Update to 10.1.38.
Date: Sun, 10 Feb 2019 15:14:30 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 0ce64334e658470489e68bbd7645c5f96890e8bb
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 10 18:55:01 2019 +0100

    gnu: mariadb: Update to 10.1.38.
    
    * gnu/packages/databases.scm (mariadb): Update to 10.1.38.
---
 gnu/packages/databases.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 33fb530..cc4e663 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -497,7 +497,7 @@ Language.")
 (define-public mariadb
   (package
     (name "mariadb")
-    (version "10.1.37")
+    (version "10.1.38")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://downloads.mariadb.org/f/";
@@ -505,7 +505,7 @@ Language.")
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0ijdmdn9mcciwv361zfmja6b1h6qpbdqgrnnq6kkdapplyq1dmcc"))
+                "0zq77w3ff9q781fn8cv46vy1v4ggb8vjarjvk51k653x4gyg9wfa"))
               (patches (search-patches "mariadb-client-test-32bit.patch"))
               (modules '((guix build utils)))
               (snippet
@@ -584,7 +584,7 @@ Language.")
                       "roles.acl_statistics"
 
                       ;; This file contains a time bomb which makes it fail 
after
-                      ;; 2019-01-01.  See <https://bugs.gnu.org/34351> for 
details.
+                      ;; 2030-12-31.  See <https://bugs.gnu.org/34351> for 
details.
                       "main.mysqldump"
 
                       ;; XXX: Fails sporadically.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]