python3Packages.peewee: 3.17.9 -> 3.18.1

This commit is contained in:
R. Ryantm
2025-05-08 08:05:14 +00:00
parent 16762245d8
commit 0b673fb88d
@@ -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 ];