python313Packages.generic: remove disabled
This commit is contained in:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user