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>2022-09-17 18:01:15 +0000
committerGitHub <noreply@github.com>2022-09-17 18:01:15 +0000
commitf2681f8bd194a492b2ac2bb0010d9b3bcd89ad0a (patch)
tree1a15824ac8fe134925713ba64bec1aa9d2b3d36d /pkgs/development/python-modules/pytest-httpserver
parent568df7e30ad53e2b15aaa9b717e1b1c41443a10f (diff)
parentdcc27d13e65972591bbf5f779bd8aaa78789cd48 (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 4b58c71cc656..cba9a9294e7c 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.5";
+ version = "1.0.6";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
- sha256 = "sha256-rjKWYm0KEOg1qfQjxhtFQFR9WCQivgVMP8wIYmuqECQ=";
+ sha256 = "sha256-kEDQe/WaxF2N49sdRGj9LR1geXXk2kyHLswEAs2/ez4=";
};
propagatedBuildInputs = [ werkzeug ];