1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

python-packages: pgcli 0.18.0 -> 0.19.0

This commit is contained in:
Tobias Geerinckx-Rice 2015-08-05 01:05:24 +02:00
parent c577886ac3
commit c6edf3afab

View file

@ -9255,10 +9255,10 @@ let
pgcli = buildPythonPackage rec {
name = "pgcli-${version}";
version = "0.18.0";
version = "0.19.0";
src = pkgs.fetchFromGitHub {
sha256 = "1ydi1725ryz9by770kyx06cwrvyvixbg3502brkf5hvbjd8ddzrl";
sha256 = "1fp73zwbfd4xalrcjnnplvr6890hr528jmqsvc4xgxh9ic2x03bp";
rev = "v${version}";
repo = "pgcli";
owner = "amjith";
@ -9268,10 +9268,6 @@ let
click configobj prompt_toolkit psycopg2 pygments sqlparse
];
postPatch = ''
substituteInPlace setup.py --replace "==" ">="
'';
meta = {
inherit version;
description = "Command-line interface for PostgreSQL";