sqlite3-to-mysql: 2.1.7 -> 2.1.8

This commit is contained in:
R. Ryantm 2024-04-16 19:03:49 +00:00
parent 4a04be9a3c
commit 23eb2d6a00
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
python3Packages.buildPythonApplication rec {
pname = "sqlite3-to-mysql";
version = "2.1.7";
version = "2.1.8";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.8";
@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
owner = "techouse";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-TglHny0HgVth3o73GQYddh9sdyQ0L+4J4dJBAeJToiM=";
hash = "sha256-j9AjgLwEqt+PI4LKc3gPjXW95zAKmRjIzPFnOB0n6MM=";
};
nativeBuildInputs = with python3Packages; [