Skip to content

Commit

Permalink
Upgrade to python-consul-0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed May 30, 2017
1 parent de52d24 commit 53748b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -4076,11 +4076,11 @@ in {


consul = buildPythonPackage (rec {
name = "python-consul-0.6.0";
name = "python-consul-0.7.0";

src = pkgs.fetchurl {
url = "mirror://pypi/p/python-consul/${name}.tar.gz";
sha256 = "0vfyr499sbc4nnhhijp2lznyj507nnak95bvv9w8y78ngxggskbh";
sha256 = "18gs5myk9wkkq5zvj0n0s68ngj3mrbdcifshxfj1j0bgb1km0wpm";
};

buildInputs = with self; [ requests six pytest ];
Expand Down

0 comments on commit 53748b7

Please sign in to comment.