python313Packages.generic: remove disabled

This commit is contained in:
Fabian Affolter
2025-12-30 21:24:51 +01:00
committed by GitHub
parent 02a399963f
commit 8334119ca8
@@ -4,7 +4,6 @@
exceptiongroup,
fetchPypi,
poetry-core,
pythonOlder,
}:
buildPythonPackage rec {
@@ -12,8 +11,6 @@ buildPythonPackage rec {
version = "1.1.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-CFtkkGjFjvM4WsYz08nmik61eM5S71GT+Rh+nI8mZ1k=";