Unverified Commit 01663e38 authored by K900's avatar K900 Committed by GitHub
Browse files

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

parents 1f152941 8ea431d8
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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";
  };
}