python312Packages.peewee: 3.17.8 -> 3.17.9 (#384263)

This commit is contained in:
Nick Cao
2025-02-23 10:29:21 -05:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.17.8";
version = "3.17.9";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "coleifer";
repo = "peewee";
tag = version;
hash = "sha256-2mViwo39adzzhpFS056C1JU5fXr3zKorzkVyJrKKRhI=";
hash = "sha256-NpGTwiHI0nL/nCAqHT4v58sI0QRiFSyPFVyGOVJ0Fnk=";
};
build-system = [ setuptools ];
@@ -54,7 +54,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python ORM with support for various database implementation";
homepage = "http://peewee-orm.com";
changelog = "https://github.com/coleifer/peewee/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/coleifer/peewee/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = [ ];
mainProgram = "pwiz.py";