Unverified Commit ce7d05fc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.pycookiecheat: 0.7.0 -> 0.8.0 (#353970)

parents 9c9a09c2 8aa492bb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

buildPythonPackage rec {
  pname = "pycookiecheat";
  version = "0.7.0";
  version = "0.8.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "n8henrie";
    repo = "pycookiecheat";
    rev = "refs/tags/v${version}";
    hash = "sha256-x568e4M7fz93hq0y06Grz9GlrjGV38GxWd+PhNiAyBY=";
    hash = "sha256-jOyTfh2ZhKW/pMU7T5tfxaM0l/g59N+mirnbc0FLPbQ=";
  };

  pythonRelaxDeps = [