1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 10:01:47 +02:00

gnu: MariaDB: Update to 10.1.45.

* gnu/packages/databases.scm (mariadb): Update to 10.1.45.
This commit is contained in:
Marius Bakke
2020-05-14 22:51:06 +02:00
committed by Marius Bakke
parent f020f8c424
commit e24e345c5b
+2 -2
View File
@@ -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