python3Packages.pydal: 20250607.2 -> 20250629.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:29 +02:00
parent bed1841135
commit bcd9960606
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pydal";
version = "20250607.2";
version = "20250629.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Zr1d6kCwAyhjeV2tQ+n9y9x80yD/Atb6TJq7AnRz+PQ=";
hash = "sha256-P65iULncYasN7ahwD75czGlwum+N4D1Y0WCd6XpBXSk=";
};
build-system = [ setuptools ];