python3Packages.pydal: 20250922.1 -> 20251012.3

This commit is contained in:
R. Ryantm
2025-10-17 23:26:38 +00:00
parent 228819d195
commit 7e450d5fd5
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pydal";
version = "20250922.1";
version = "20251012.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uIoPrUMP9i+EDTJXboGdaSVBvZ7aqgVXixNLss0lFyc=";
hash = "sha256-u5tT1hqd82gcWNIiVkx4V7E6Xwpc/TCm91D/tzPl/C4=";
};
build-system = [ setuptools ];