pythonPackages.httpretty: update to 0.8.10

It's not the newest version, but it's newer and the patch still applied
so I left it alone.
This commit is contained in:
Dan Peebles 2016-07-19 07:57:15 -04:00
parent c20e20c060
commit b1bab4c93f

View file

@ -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 ];