Skip to content

Commit

Permalink
pythonPackages.httpretty: update to 0.8.10
Browse files Browse the repository at this point in the history
It's not the newest version, but it's newer and the patch still applied
so I left it alone.
  • Loading branch information
copumpkin committed Jul 19, 2016
1 parent c20e20c commit b1bab4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -11211,12 +11211,12 @@ in modules // {

httpretty = buildPythonPackage rec {
name = "httpretty-${version}";
version = "0.8.6";
version = "0.8.10";
doCheck = false;

src = pkgs.fetchurl {
url = "mirror://pypi/h/httpretty/${name}.tar.gz";
sha256 = "0f295zj272plr9lhf80kgz19dxkargwv3ar83rwavrcy516mgg9n";
sha256 = "1nmdk6d89z14x3wg4yxywlxjdip16zc8bqnfb471z1365mr74jj7";
};

buildInputs = with self; [ tornado requests2 httplib2 sure nose coverage certifi ];
Expand Down

0 comments on commit b1bab4c

Please sign in to comment.