python3Packages.svg-py: 1.8.0 -> 1.9.1 (#449246)

This commit is contained in:
Fabian Affolter
2025-10-08 07:44:20 +00:00
committed by GitHub
@@ -4,22 +4,19 @@
fetchFromGitHub,
flit-core,
pytestCheckHook,
pythonOlder,
pyyaml,
}:
buildPythonPackage rec {
pname = "svg-py";
version = "1.8.0";
version = "1.9.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "orsinium-labs";
repo = "svg.py";
tag = version;
hash = "sha256-wHbAsmFkJ3VGBuaKElB+qT8OaKleJ2DgGKr0LvojWws=";
hash = "sha256-ILnPviXUHJrdeT6VTUYAZog3zY0tVA+13ddf8yVRYqE=";
};
build-system = [ flit-core ];