Skip to content

Commit

Permalink
python: python-consul: 1.0.1 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jul 22, 2018
1 parent 68f529a commit 719290d
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 = "1.0.1";
version = "1.1.0";

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

buildInputs = [ requests six pytest ];
Expand Down

0 comments on commit 719290d

Please sign in to comment.