mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
sqlite3-to-mysql: 2.3.1 -> 2.3.2
This commit is contained in:
parent
504e3ecdd9
commit
5707d4ed64
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "sqlite3-to-mysql";
|
pname = "sqlite3-to-mysql";
|
||||||
version = "2.3.1";
|
version = "2.3.2";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = python3Packages.pythonOlder "3.8";
|
disabled = python3Packages.pythonOlder "3.8";
|
||||||
@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
owner = "techouse";
|
owner = "techouse";
|
||||||
repo = "sqlite3-to-mysql";
|
repo = "sqlite3-to-mysql";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-13NLtP9gDd9hrwY09+7CuM4Rl+Hce82TETdfwBC/5HI=";
|
hash = "sha256-2zylVnPlptPCxUFwU9j9g//T5fzPJgXc3hQc6iMoLLE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
|
Loading…
Reference in New Issue
Block a user