mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
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 {
|
||||
name = "pgcli-${version}";
|
||||
version = "0.14.0";
|
||||
version = "0.15.4";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
sha256 = "1s57krfa5kpn15ma7dcivizgn987j24i6cxrnjf9hnnann0q26cd";
|
||||
url = "https://pypi.python.org/packages/source/p/pgcli/${name}.tar.gz";
|
||||
sha256 = "0x31b3kvybdvd413h6b5iq4b5vv2x30ff1r00gs6ana0xpzzrqxp";
|
||||
};
|
||||
|
||||
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
|
||||
syntax highlighting.
|
||||
'';
|
||||
homepage = http://pgcli.com/about;
|
||||
homepage = http://pgcli.com;
|
||||
license = with licenses; [ bsd3 ];
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue