python: httpretty: 0.9.7 -> 1.0.2

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:12 +02:00
parent cc4cd90445
commit 10ebfb83ab

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "httpretty"; pname = "httpretty";
version = "0.9.7"; version = "1.0.2";
# drop this for version > 0.9.7 # drop this for version > 0.9.7
# Flaky tests: https://github.com/gabrielfalcao/HTTPretty/pull/394 # Flaky tests: https://github.com/gabrielfalcao/HTTPretty/pull/394
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "66216f26b9d2c52e81808f3e674a6fb65d4bf719721394a1a9be926177e55fbe"; sha256 = "24a6fd2fe1c76e94801b74db8f52c0fb42718dc4a199a861b305b1a492b9d868";
}; };
propagatedBuildInputs = [ six ]; propagatedBuildInputs = [ six ];