python3Packages.sqlparse: 0.5.2 -> 0.5.3

https://github.com/andialbrecht/sqlparse/blob/0.5.3/CHANGELOG
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:30 +01:00
parent 7b40c0dbc1
commit 2bab0bbef6
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "sqlparse";
version = "0.5.2";
version = "0.5.3";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-njezXhbRzGUqJUXwmXwd6yPqKPofPu/mCe7jBjw7EF8=";
hash = "sha256-CfZ3h/VqCxbs294b/H9dnDNxymg8/qqOb/YLSAfsknI=";
};
build-system = [ hatchling ];