python3Packages.mariadb: 1.1.11 -> 1.1.13

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
mariadb
+2 -2
pkgs/development/python-modules/mariadb/default.nix
···
buildPythonPackage rec {
pname = "mariadb";
-
version = "1.1.11";
+
version = "1.1.13";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "mariadb-corporation";
repo = "mariadb-connector-python";
tag = "v${version}";
-
hash = "sha256-f3WeVtsjxm/HVPv0cbpPkmklcNFWJaFqI2LxDElcCFw=";
+
hash = "sha256-BYE+W/P2/kPtbi6tzE1FQkI/KFCO5C1KQnB67XfJqkA=";
};
build-system = [ setuptools ];