python312Packages.peewee: 3.17.5 -> 3.17.6

This commit is contained in:
R. Ryantm 2024-07-19 03:13:02 +00:00
parent 5079f7b926
commit 6745ba7c46

View File

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