python3Packages.fastbencode: update disabled

This commit is contained in:
Fabian Affolter
2025-05-18 09:06:34 +02:00
committed by GitHub
parent 5c8040e443
commit 80cab842c4
@@ -13,7 +13,7 @@ buildPythonPackage rec {
version = "0.3.2";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;