python3Packages.sqlparse: 0.5.3 -> 0.5.5

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:59 +01:00
parent 859cb77fd2
commit 32a2bd0890
@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "sqlparse";
version = "0.5.3";
version = "0.5.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-CfZ3h/VqCxbs294b/H9dnDNxymg8/qqOb/YLSAfsknI=";
hash = "sha256-4g1KmwuFhf32OxDTAGbHyUxden7EfIiaLYOjyqk/8o4=";
};
build-system = [ hatchling ];