python3Packages.peewee: 3.19.0 -> 4.4.0

Diff: https://github.com/coleifer/peewee/compare/3.19.0...4.4.0

Changelog: https://github.com/coleifer/peewee/blob/4.4.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-08-26 10:11:16 +02:00
parent adb3fb7ea4
commit 6db5dfb52c

View File

@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.19.0";
version = "4.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "coleifer";
repo = "peewee";
tag = version;
hash = "sha256-EO8gS5fMZ1GgJV2YMjy15XQGZa72fZF7dgG7RZUE9dA=";
hash = "sha256-1wUnxZCN1SKwH32iFU7JKaFtXukMuP3u9jg9dOjy0aM=";
};
build-system = [ setuptools ];