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-07-09 00:01:34 +0000
committerGitHub <noreply@github.com>2021-07-09 00:01:34 +0000
commit17a534e48bf9d8cf63cb03026977e4e57ddfee81 (patch)
treea4a9e093bf5dbe1716bcedbc0d10e12ef0b67f58 /pkgs/development/python-modules/pytest-httpserver
parente15847d16874bea247706e4ac7f7dd84e9319813 (diff)
parent664ebda061df7791a14aac226ccda5526d218632 (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 f790629a29cf..aaca4174a2f2 100644
--- a/pkgs/development/python-modules/pytest-httpserver/default.nix
+++ b/pkgs/development/python-modules/pytest-httpserver/default.nix
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "pytest-httpserver";
- version = "0.3.7";
+ version = "1.0.0";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
- sha256 = "sha256-YgTcrUlwh2jz0tJdMUgjm8RcqrtpJ/oUQm3SnxUc5Z4=";
+ sha256 = "sha256-rjCV0TTUBgLpVyEUDiIhOdpKV5lWEjmQr4WCUyTQdG0=";
};
propagatedBuildInputs = [ werkzeug ];