Unverified Commit 97924548 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.mariadb: 1.1.13 -> 1.1.14 (#450464)

parents d8f30392 8f03becf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "mariadb";
  version = "1.1.13";
  version = "1.1.14";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "mariadb-corporation";
    repo = "mariadb-connector-python";
    tag = "v${version}";
    hash = "sha256-BYE+W/P2/kPtbi6tzE1FQkI/KFCO5C1KQnB67XfJqkA=";
    hash = "sha256-BPyEBQ5M/kqTKpZX/incgTX/+E1dMZW98GuywsBeCJw=";
  };

  build-system = [ setuptools ];