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

This commit is contained in:
Nick Cao
2024-11-06 08:27:49 -05:00
committed by GitHub
@@ -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 = [