python3Packages.sqlparse: 0.5.5 -> 0.6.0

https://github.com/andialbrecht/sqlparse/blob/0.6.0/CHANGELOG

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:58 +02:00
parent 942423db98
commit 2f332e5484

View File

@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "sqlparse";
version = "0.5.5";
version = "0.6.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-4g1KmwuFhf32OxDTAGbHyUxden7EfIiaLYOjyqk/8o4=";
hash = "sha256-ETw1x1Nlq5zJxyMdaMZCj7EcCF/I6esa1lm33b9s0rk=";
};
build-system = [ hatchling ];