python3Packages.pgcli: 4.4.0 -> 4.5.0

This commit is contained in:
R. Ryantm
2026-06-03 12:39:10 +00:00
parent b2b2efcd87
commit 318f8ba40e

View File

@@ -26,12 +26,12 @@
# integrating with ipython-sql
buildPythonPackage rec {
pname = "pgcli";
version = "4.4.0";
version = "4.5.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-vV+NaK8o/WlVGjy0iihJytX2hUqkgCLp2YxiNtEJ7q4=";
hash = "sha256-nc4H9bYoBoFWJWy4GOUZGnc6/m7rcFTyEPqJKBNiXj4=";
};
pythonRelaxDeps = [ "click" ];