python312Packages.peewee: 3.17.7 -> 3.17.8 (#360290)

This commit is contained in:
Weijia Wang
2025-01-01 01:22:36 +01:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.17.7";
version = "3.17.8";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "coleifer";
repo = "peewee";
rev = "refs/tags/${version}";
hash = "sha256-j10c3mnrHISk04l65ieUB11jt3a3iiQsroTt/L0tKaw=";
hash = "sha256-2mViwo39adzzhpFS056C1JU5fXr3zKorzkVyJrKKRhI=";
};
build-system = [ setuptools ];