Skip to content

Commit

Permalink
python: python-consul: 0.7.2 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 21, 2018
1 parent e884920 commit bd2ce52
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.2";
version = "1.0.1";

src = fetchPypi {
inherit pname version;
sha256 = "ef0b7c8a2d8efba5f9602f45aadbe5035e22a511d245624ed732af81223a6571";
sha256 = "0feb7a14b6869bbfa9eb4868e823f040e3642b84e80c39ffdff3a8b7fd7017c4";
};

buildInputs = [ requests six pytest ];
Expand Down

0 comments on commit bd2ce52

Please sign in to comment.