Skip to content

Commit

Permalink
Merge pull request #47739 from r-ryantm/auto-update/pgcli
Browse files Browse the repository at this point in the history
pgcli: 1.10.3 -> 1.11.0
  • Loading branch information
Mic92 authored Oct 3, 2018
2 parents 38edcbd + 51c389d commit 13c300d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/database/pgcli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

pythonPackages.buildPythonApplication rec {
name = "pgcli-${version}";
version = "1.10.3";
version = "1.11.0";

src = fetchFromGitHub {
owner = "dbcli";
repo = "pgcli";
rev = "v${version}";
sha256 = "1qcbv2w036l0gc0li3jpa6amxzqmhv8d1q6wv4pfh0wvl17hqv9r";
sha256 = "01qcvl0iwabinq3sb4340js8v3sbwkbxi64sg4xy76wj8xr6kgsk";
};

buildInputs = with pythonPackages; [ pytest mock ];
Expand Down

0 comments on commit 13c300d

Please sign in to comment.