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
1 changed files with 2 additions and 2 deletions

View File

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