sqlite3-to-mysql: 2.3.2 -> 2.4.0

https://github.com/techouse/sqlite3-to-mysql/releases/tag/v2.4.0

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
2025-05-02 17:31:14 +02:00
co-authored by Sandro
parent bb9e21dab5
commit 7c4ffbd2f5
+2 -4
View File
@@ -10,16 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "sqlite3-to-mysql";
version = "2.3.2";
version = "2.4.0";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.8";
src = fetchFromGitHub {
owner = "techouse";
repo = "sqlite3-to-mysql";
tag = "v${version}";
hash = "sha256-2zylVnPlptPCxUFwU9j9g//T5fzPJgXc3hQc6iMoLLE=";
hash = "sha256-1XYDCHR1GitMr6wgpj+roCzf5q4tMr6eGLMWzZgzpBY=";
};
build-system = with python3Packages; [