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-01-29 00:01:29 +0000
committerGitHub <noreply@github.com>2022-01-29 00:01:29 +0000
commit0c0f31bf510e7253aef56037e6cc2ddf51a23301 (patch)
tree959e23bc206273eaa3d5f421a3a3324f34e0da63 /pkgs/development/python-modules/pytest-httpserver
parentfd8f6de4b8415fe4dcea3a9cbb9ab9eebd37b53a (diff)
parent3345449b13d6c7efa847ccb6d996c5658606bb4b (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 cd07a104038c..eb04881455d7 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.4";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
- sha256 = "87561c4fa6a7bc306d76d1979a3eb9d54eb26bfb2f3f51f1643bf3c090ce629d";
+ sha256 = "6de464ba5f74628d6182ebbdcb56783edf2c9b0caf598dc35c11f014f24a3f0d";
};
propagatedBuildInputs = [ werkzeug ];