python3Packages.svg-py: 1.8.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2025-10-06 20:27:31 +00:00
parent 0bcf98ab2f
commit 78704f51d7
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "svg-py";
version = "1.8.0";
version = "1.9.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "orsinium-labs";
repo = "svg.py";
tag = version;
hash = "sha256-wHbAsmFkJ3VGBuaKElB+qT8OaKleJ2DgGKr0LvojWws=";
hash = "sha256-ILnPviXUHJrdeT6VTUYAZog3zY0tVA+13ddf8yVRYqE=";
};
build-system = [ flit-core ];