3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.httpretty: 1.1.3 -> 1.1.4

This commit is contained in:
Martin Weinelt 2021-08-26 21:32:35 +02:00
parent bb31e6c19a
commit 4f36e433a6

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "httpretty";
version = "1.1.3";
version = "1.1.4";
# drop this for version > 0.9.7
# Flaky tests: https://github.com/gabrielfalcao/HTTPretty/pull/394
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "229ade39175ea4324e767f29dc24e5f846fbc72bf80e1a919b2547a6574ff601";
sha256 = "20de0e5dd5a18292d36d928cc3d6e52f8b2ac73daec40d41eb62dee154933b68";
};
propagatedBuildInputs = [ six ];