pgcli: update 0.14.0 -> 0.15.4

This commit is contained in:
Tobias Geerinckx-Rice 2015-02-10 15:27:36 +01:00
parent 1d137ebfdf
commit a1d1151792

View File

@ -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 ];
};