Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

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