python3Packages.peewee: 3.17.9 -> 3.18.1 (#405163)

This commit is contained in:
Nick Cao
2025-05-08 16:57:59 -04:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.17.9";
version = "3.18.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "coleifer";
repo = "peewee";
tag = version;
hash = "sha256-NpGTwiHI0nL/nCAqHT4v58sI0QRiFSyPFVyGOVJ0Fnk=";
hash = "sha256-7MLDhMiW9LaedPMQ2QqSqos4SegzUmTX1joyV18MkEg=";
};
build-system = [ setuptools ];