python313Packages.svg-py: remove disabled

Removed restriction on Python version for svg-py package.
This commit is contained in:
Fabian Affolter
2025-10-07 08:54:00 +02:00
committed by GitHub
parent 78704f51d7
commit d697c5dc7d

View File

@@ -4,7 +4,6 @@
fetchFromGitHub,
flit-core,
pytestCheckHook,
pythonOlder,
pyyaml,
}:
@@ -13,8 +12,6 @@ buildPythonPackage rec {
version = "1.9.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "orsinium-labs";
repo = "svg.py";