python313Packages.piccolo: 1.28.0 -> 1.29.0

Diff: https://github.com/piccolo-orm/piccolo/compare/1.28.0...1.29.0

Changelog: https://github.com/piccolo-orm/piccolo/blob/1.29.0/CHANGES.rst
This commit is contained in:
Fabian Affolter
2025-10-15 21:53:21 +02:00
parent 438c277159
commit 1dcbc44ff4
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "piccolo";
version = "1.28.0";
version = "1.29.0";
pyproject = true;
src = fetchFromGitHub {
owner = "piccolo-orm";
repo = "piccolo";
tag = version;
hash = "sha256-5VzcMLPf12E+IEOaTUrxHl0W9r7NPUY542qOanrjG4w=";
hash = "sha256-CVN3aT1Xa7qKztEh1+jP9mlIu7Nw4EbjRYxzthycd4k=";
};
build-system = [ setuptools ];