python312Packages.peewee: 3.17.6 -> 3.17.7

This commit is contained in:
R. Ryantm 2024-10-15 21:48:50 +00:00
parent 1487609749
commit 07e178e83f

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.17.6";
version = "3.17.7";
pyproject = true;
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "coleifer";
repo = "peewee";
rev = "refs/tags/${version}";
hash = "sha256-HluoCXblqwaOb+gtAhvaYshTj9CtHoegn0QUaq0V+eA=";
hash = "sha256-j10c3mnrHISk04l65ieUB11jt3a3iiQsroTt/L0tKaw=";
};
build-system = [ setuptools ];