Skip to content

Commit

Permalink
python: python-consul: 0.7.0 -> 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Apr 8, 2018
1 parent 755a217 commit 2c14093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/consul/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

buildPythonPackage rec {
pname = "python-consul";
version = "0.7.0";
version = "0.7.2";

src = fetchPypi {
inherit pname version;
sha256 = "18gs5myk9wkkq5zvj0n0s68ngj3mrbdcifshxfj1j0bgb1km0wpm";
sha256 = "ef0b7c8a2d8efba5f9602f45aadbe5035e22a511d245624ed732af81223a6571";
};

buildInputs = [ requests six pytest ];
Expand Down

0 comments on commit 2c14093

Please sign in to comment.