poetryPlugins.poetry-plugin-up: 0.8.0 -> 0.9.0 (#377436)

This commit is contained in:
K900
2025-01-28 09:54:56 +03:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "poetry-plugin-up";
version = "0.8.0";
version = "0.9.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "MousaZeidBaker";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-PWHbMDGL9CGLRmvFWLOztUW0f/TJioPjQtAgpyCbAqw=";
tag = "v${version}";
hash = "sha256-gVhx8Vhk+yT/QjcEme8w0F+6BBpnEZOqzCkUJgM9eck=";
};
build-system = [
@@ -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";
};
}