sqlite3-to-mysql: 2.5.1 -> 2.5.3
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
@@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "sqlite3-to-mysql";
|
pname = "sqlite3-to-mysql";
|
||||||
version = "2.5.1";
|
version = "2.5.3";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "techouse";
|
owner = "techouse";
|
||||||
repo = "sqlite3-to-mysql";
|
repo = "sqlite3-to-mysql";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-2SoLiqOLuGcB4IV2CPud+mjc5s8mqobD72kkx0WCwVU=";
|
hash = "sha256-+J2Kat+t8BUFM7ORpnzQDsmEhVlg0uz6J7di8TgSRk0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
@@ -41,6 +41,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
packaging
|
packaging
|
||||||
mysql80
|
mysql80
|
||||||
python-dateutil
|
python-dateutil
|
||||||
|
sqlglot
|
||||||
]
|
]
|
||||||
++ lib.optionals (pythonOlder "3.11") [ typing-extensions ];
|
++ lib.optionals (pythonOlder "3.11") [ typing-extensions ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user