Unverified Commit 49220142 authored by Florian Brandes's avatar Florian Brandes
Browse files

sqlite3-to-mysql: 2.5.1 -> 2.5.6

parent 33870c67
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "sqlite3-to-mysql";
  version = "2.5.1";
  version = "2.5.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "techouse";
    repo = "sqlite3-to-mysql";
    tag = "v${finalAttrs.version}";
    hash = "sha256-2SoLiqOLuGcB4IV2CPud+mjc5s8mqobD72kkx0WCwVU=";
    hash = "sha256-6WIGQVZZBWVGP8nr7Gxvd3j9wrt08EcCmb9ljRMkUgc=";
  };

  build-system = with python3Packages; [
@@ -39,6 +39,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
    packaging
    mysql80
    python-dateutil
    sqlglot
  ];

  pythonRelaxDeps = [