Loading pkgs/development/python-modules/mariadb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "mariadb"; version = "1.1.10"; version = "1.1.11"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "mariadb-corporation"; repo = "mariadb-connector-python"; tag = "v${version}"; hash = "sha256-YpA65J8ozKJfpOc4hZLdgCcT3j/lqRiNeX7k8U/aYkE="; hash = "sha256-f3WeVtsjxm/HVPv0cbpPkmklcNFWJaFqI2LxDElcCFw="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/mariadb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "mariadb"; version = "1.1.10"; version = "1.1.11"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "mariadb-corporation"; repo = "mariadb-connector-python"; tag = "v${version}"; hash = "sha256-YpA65J8ozKJfpOc4hZLdgCcT3j/lqRiNeX7k8U/aYkE="; hash = "sha256-f3WeVtsjxm/HVPv0cbpPkmklcNFWJaFqI2LxDElcCFw="; }; build-system = [ setuptools ]; Loading