Skip to content
Snippets Groups Projects
Unverified Commit 78d2fd32 authored by Sou Bunnbu (宋文武)'s avatar Sou Bunnbu (宋文武)
Browse files

gnu: mariadb: Update to 10.1.14.

* gnu/packages/databases.scm (mariadb): Update to 10.1.14.
parent a7db719f
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,7 @@ (define-public mysql ...@@ -259,7 +259,7 @@ (define-public mysql
(define-public mariadb (define-public mariadb
(package (package
(name "mariadb") (name "mariadb")
(version "10.1.12") (version "10.1.14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://downloads.mariadb.org/f/" (uri (string-append "https://downloads.mariadb.org/f/"
...@@ -267,7 +267,7 @@ (define-public mariadb ...@@ -267,7 +267,7 @@ (define-public mariadb
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1rzlc2ns84x540asbkgdp9562haxhlszfpdqh64i9pz4q1m4cpvr")))) "04ysdbvj2qapfpaj7s5d2j3m8k9l0yb5k0c2yaini8jrl1s1krqq"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment