summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-16 12:01:30 +0000
committerGitHub <noreply@github.com>2021-12-16 12:01:30 +0000
commit5394a299c6f94b5b46ddd3cc79e3c37db8dc6339 (patch)
tree350b15670196c653350c2511e02654cb1ae0ef7d /pkgs/development/python-modules/pytest-httpserver
parent9c7ec75d6b157a8237e8d23551ad9973420e776f (diff)
parentf069a6d3a1b6a2fcc87033c7984bfe65746bc706 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver')
-rw-r--r--pkgs/development/python-modules/pytest-httpserver/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-httpserver/default.nix b/pkgs/development/python-modules/pytest-httpserver/default.nix
index 5a5c3b1449f2..cd07a104038c 100644
--- a/pkgs/development/python-modules/pytest-httpserver/default.nix
+++ b/pkgs/development/python-modules/pytest-httpserver/default.nix
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "pytest-httpserver";
- version = "1.0.2";
+ version = "1.0.3";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
- sha256 = "sha256-JwH9HZgU1YVR+dEETbM1xrqYcxaTZsWDSVI6WM907UA=";
+ sha256 = "87561c4fa6a7bc306d76d1979a3eb9d54eb26bfb2f3f51f1643bf3c090ce629d";
};
propagatedBuildInputs = [ werkzeug ];