poetryPlugins.poetry-plugin-up: unflag broken

This commit is contained in:
K900
2025-01-28 09:52:23 +03:00
parent 00e12b12b2
commit 8ea431d84d
@@ -43,7 +43,5 @@ buildPythonPackage rec {
changelog = "https://github.com/MousaZeidBaker/poetry-plugin-up/releases/tag/${version}";
license = licenses.mit;
maintainers = [ maintainers.k900 ];
# https://github.com/MousaZeidBaker/poetry-plugin-up/pull/70
broken = lib.versionAtLeast poetry.version "2";
};
}