pgcli: update 0.14.0 -> 0.15.4
This commit is contained in:
parent
1d137ebfdf
commit
a1d1151792
@ -7217,11 +7217,11 @@ let
|
|||||||
|
|
||||||
pgcli = buildPythonPackage rec {
|
pgcli = buildPythonPackage rec {
|
||||||
name = "pgcli-${version}";
|
name = "pgcli-${version}";
|
||||||
version = "0.14.0";
|
version = "0.15.4";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
|
sha256 = "1s57krfa5kpn15ma7dcivizgn987j24i6cxrnjf9hnnann0q26cd";
|
||||||
url = "https://pypi.python.org/packages/source/p/pgcli/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/p/pgcli/${name}.tar.gz";
|
||||||
sha256 = "0x31b3kvybdvd413h6b5iq4b5vv2x30ff1r00gs6ana0xpzzrqxp";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ click jedi prompt_toolkit psycopg2 pygments sqlparse ];
|
propagatedBuildInputs = with self; [ click jedi prompt_toolkit psycopg2 pygments sqlparse ];
|
||||||
@ -7232,7 +7232,7 @@ let
|
|||||||
Rich command-line interface for PostgreSQL with auto-completion and
|
Rich command-line interface for PostgreSQL with auto-completion and
|
||||||
syntax highlighting.
|
syntax highlighting.
|
||||||
'';
|
'';
|
||||||
homepage = http://pgcli.com/about;
|
homepage = http://pgcli.com;
|
||||||
license = with licenses; [ bsd3 ];
|
license = with licenses; [ bsd3 ];
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user