summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2022-10-22 12:01:58 +0000
committerGitHub <noreply@github.com>2022-10-22 12:01:58 +0000
commit39dc530f39db6882e861e452381f34c2caf238b0 (patch)
tree423aeaee6800b15687a8b3bffcb037fdb8395c9f /pkgs/development/python-modules/pytest-httpserver
parent1e12026447c3c3272ee19d8bb8fb8dcaf75c4e8a (diff)
parent6c484dbae7337e89ad07232c5e8cc2f65cc34b7e (diff)
Merge branch 'master' into libre-deps
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 cd07a104038c..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.3";
+ version = "1.0.6";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
- sha256 = "87561c4fa6a7bc306d76d1979a3eb9d54eb26bfb2f3f51f1643bf3c090ce629d";
+ sha256 = "sha256-kEDQe/WaxF2N49sdRGj9LR1geXXk2kyHLswEAs2/ez4=";
};
propagatedBuildInputs = [ werkzeug ];