gnu: mariadb: Update to 10.11.14.

* gnu/packages/databases.scm (mariadb): Update to 10.11.14.

Change-Id: Iea635acff6b89f9be23f0ce4ba255ef322eb8643
This commit is contained in:
John Kehayias 2025-09-20 15:37:49 -04:00 committed by Maxim Cournoyer
parent bb785fd355
commit 0fcf57aafc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1173,7 +1173,7 @@ Language.")
(define-public mariadb (define-public mariadb
(package (package
(name "mariadb") (name "mariadb")
(version "10.11.10") (version "10.11.14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://downloads.mariadb.com/MariaDB" (uri (string-append "https://downloads.mariadb.com/MariaDB"
@ -1181,7 +1181,7 @@ Language.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"08phlqcwcwl753zi2jv702q7b3h25d489289mflnm8c31djp8smh")) "0bq5gn5yl3c6jnsamam4nb42y10c43ag764f7mkf7m5i9yqiqmwa"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin