python3Packages.pgcli: 4.4.0 -> 4.5.0 (#527540)

This commit is contained in:
Nick Cao
2026-06-04 18:35:11 +00:00
committed by GitHub

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" ];