python3Packages.peewee: 3.18.3 -> 3.19.0

https://github.com/coleifer/peewee/blob/3.19.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:48 +01:00
parent b8a538bb62
commit d5c8ebb4b0
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.18.3";
version = "3.19.0";
pyproject = true;
src = fetchFromGitHub {
owner = "coleifer";
repo = "peewee";
tag = version;
hash = "sha256-gMoU6YQMlEfL6onRAA/8v/08Je2jeLoZ3zw+2n1fmw4=";
hash = "sha256-EO8gS5fMZ1GgJV2YMjy15XQGZa72fZF7dgG7RZUE9dA=";
};
build-system = [ setuptools ];