python-packages: pgcli 0.16.2 -> 0.16.3
Bug Fixes: - Add more SQL keywords for auto-complete suggestion. - Messages raised as part of stored procedures are no longer ignored. - Use postgres flavored syntax highlighting instead of generic ANSI SQL.
This commit is contained in:
parent
69b0873647
commit
93fc9baf8d
|
@ -7896,10 +7896,10 @@ let
|
||||||
|
|
||||||
pgcli = buildPythonPackage rec {
|
pgcli = buildPythonPackage rec {
|
||||||
name = "pgcli-${version}";
|
name = "pgcli-${version}";
|
||||||
version = "0.16.2";
|
version = "0.16.3";
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
sha256 = "1f30f9v2iz2206aqzwc6jjadlxd7snicazrp9bcy5sizpha3r55i";
|
sha256 = "12zizpj3fqbf90kj43zylpaqi3hhlihfg9xpzqa0aysiqri0ydx2";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
repo = "pgcli";
|
repo = "pgcli";
|
||||||
owner = "amjith";
|
owner = "amjith";
|
||||||
|
|
Loading…
Reference in New Issue