Merge pull request #276476 from gador/sqlite3-to-mysql-2.1.16

sqlite3-to-mysql: 2.1.1 -> 2.1.6
This commit is contained in:
Mario Rodas
2023-12-28 10:35:10 -05:00
committed by GitHub
+2 -3
View File
@@ -4,13 +4,12 @@
, nixosTests
, testers
, sqlite3-to-mysql
, fetchPypi
, mysql80
}:
python3Packages.buildPythonApplication rec {
pname = "sqlite3-to-mysql";
version = "2.1.1";
version = "2.1.6";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.8";
@@ -19,7 +18,7 @@ python3Packages.buildPythonApplication rec {
owner = "techouse";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-g3W6ts5Mk//l6E4Yg49rf9dmu+yzgH+mCjz+vPW9ZRQ=";
hash = "sha256-RIe4If7R8snbNN2yIPxAh39EQplVyhMF2c0G06Zipds=";
};
nativeBuildInputs = with python3Packages; [