guix-commits
[Top][All Lists]
Advanced

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

02/26: gnu: MariaDB: Update to 10.1.45.


From: guix-commits
Subject: 02/26: gnu: MariaDB: Update to 10.1.45.
Date: Thu, 14 May 2020 19:52:56 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 5a7f9d821e826ff18da48dd32ab4a34fc8038bf5
Author: Marius Bakke <address@hidden>
AuthorDate: Thu May 14 22:51:06 2020 +0200

    gnu: MariaDB: Update to 10.1.45.
    
    * gnu/packages/databases.scm (mariadb): Update to 10.1.45.
---
 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 f563ae8..0a98148 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -679,7 +679,7 @@ Language.")
 (define-public mariadb
   (package
     (name "mariadb")
-    (version "10.1.44")
+    (version "10.1.45")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://downloads.mariadb.com/MariaDB";
@@ -687,7 +687,7 @@ Language.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0fah6d50hldq0farxwr8mj3jnniwdz0d1wsha07nx37fc79h7wi1"))
+                "1mfs0x4c0z7d306n128dxdawk3llk25vxif5zwl20fv1z5qhz3wx"))
               (patches (search-patches "mariadb-client-test-32bit.patch"))
               (modules '((guix build utils)))
               (snippet



reply via email to

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