python3Packages.pgcli: 4.2.0 -> 4.3.0

https://github.com/dbcli/pgcli/raw/v4.3.0/changelog.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:47 +02:00
parent 4000ddac3e
commit 532dc52fd4
@@ -24,12 +24,12 @@
# integrating with ipython-sql
buildPythonPackage rec {
pname = "pgcli";
version = "4.2.0";
version = "4.3.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-DT7ZkW87viRcKDv0hEUwgP8AInqwhWYMbPuw7FPy6eY=";
hash = "sha256-dlrhVQxVCKSB8Z8WqZcWwlP+ka+yVXl63S1jXaILau8=";
};
build-system = [ setuptools ];