summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-14 05:39:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-14 05:39:24 +0000
commit6e9b7bf66b920779657f7cc57fe939b1620a7797 (patch)
tree157893b35ab85483fcff0c01902bb430f0013591 /pkgs/development/python-modules/pytest-httpserver
parent78bce1608960b994405f3696ba086ba1d63654e9 (diff)
python310Packages.pytest-httpserver: 1.0.5 -> 1.0.6
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 ];