python3Packages.peewee: 3.18.1 -> 3.18.2

https://github.com/coleifer/peewee/blob/3.18.2/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-08-09 19:05:02 +02:00
parent 5aa9839331
commit 281b131d07
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.18.1";
version = "3.18.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "coleifer";
repo = "peewee";
tag = version;
hash = "sha256-7MLDhMiW9LaedPMQ2QqSqos4SegzUmTX1joyV18MkEg=";
hash = "sha256-BIOY3vAHzSonxXYFmfFbVxbbUWnUVtcBRsTVMRo7peE=";
};
build-system = [ setuptools ];