mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
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:
parent
c20e20c060
commit
b1bab4c93f
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue