sqlite3-to-mysql: 2.1.9 -> 2.1.10

This commit is contained in:
R. Ryantm 2024-05-13 02:59:25 +00:00
parent 2f9350605a
commit 6c0d9ddc37

View File

@ -9,7 +9,7 @@
python3Packages.buildPythonApplication rec {
pname = "sqlite3-to-mysql";
version = "2.1.9";
version = "2.1.10";
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-TnqNPW/d1dcVuS5sg9NOXH5ns7AzcbyailY2pYcpUEU=";
hash = "sha256-E8cKgKT6Tmz5rR/E2eXDVEVdOr7kk+VbkpF+Yc7IZrw=";
};
nativeBuildInputs = with python3Packages; [