python312Packages.sqlparse: 0.5.1 -> 0.5.2

Changelog: https://github.com/andialbrecht/sqlparse/blob/0.5.2/CHANGELOG
This commit is contained in:
Fabian Affolter 2024-11-18 11:01:21 +01:00
parent ee4033bb40
commit 4d8234ebad

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "sqlparse";
version = "0.5.1";
version = "0.5.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-u2tN9GVlXvMyVI4k8I4gWvyBuauGyxxFZXp/8XOjoA4=";
hash = "sha256-njezXhbRzGUqJUXwmXwd6yPqKPofPu/mCe7jBjw7EF8=";
};
build-system = [ hatchling ];