Loading pkgs/development/python-modules/svg-py/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "svg-py"; version = "1.5.0"; version = "1.6.0"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -19,10 +19,10 @@ buildPythonPackage rec { owner = "orsinium-labs"; repo = "svg.py"; tag = version; hash = "sha256-Lxzk3IVCD4PG36Pozz2crccwxCAAAM2QfS4rgwbjs6g="; hash = "sha256-XuSv4CVcbwWHuHiXxx4PfGJ8Pi+tfufbAdUiTFWNLcc="; }; nativeBuildInputs = [ flit-core ]; build-system = [ flit-core ]; nativeCheckInputs = [ pytestCheckHook Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Type-safe Python library to generate SVG files"; homepage = "https://github.com/orsinium-labs/svg.py"; changelog = "https://github.com/orsinium-labs/svg.py/releases/tag/${version}"; changelog = "https://github.com/orsinium-labs/svg.py/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/svg-py/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "svg-py"; version = "1.5.0"; version = "1.6.0"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -19,10 +19,10 @@ buildPythonPackage rec { owner = "orsinium-labs"; repo = "svg.py"; tag = version; hash = "sha256-Lxzk3IVCD4PG36Pozz2crccwxCAAAM2QfS4rgwbjs6g="; hash = "sha256-XuSv4CVcbwWHuHiXxx4PfGJ8Pi+tfufbAdUiTFWNLcc="; }; nativeBuildInputs = [ flit-core ]; build-system = [ flit-core ]; nativeCheckInputs = [ pytestCheckHook Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Type-safe Python library to generate SVG files"; homepage = "https://github.com/orsinium-labs/svg.py"; changelog = "https://github.com/orsinium-labs/svg.py/releases/tag/${version}"; changelog = "https://github.com/orsinium-labs/svg.py/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading