Merge pull request #306187 from r-ryantm/auto-update/sqlite3-to-mysql

sqlite3-to-mysql: 2.1.8 -> 2.1.9
This commit is contained in:
Nick Cao 2024-04-23 09:28:13 -04:00 committed by GitHub
commit 4333e7044b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.8";
version = "2.1.9";
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-j9AjgLwEqt+PI4LKc3gPjXW95zAKmRjIzPFnOB0n6MM=";
hash = "sha256-TnqNPW/d1dcVuS5sg9NOXH5ns7AzcbyailY2pYcpUEU=";
};
nativeBuildInputs = with python3Packages; [