summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-07 11:52:28 +0200
committerGitHub <noreply@github.com>2021-08-07 11:52:28 +0200
commit51772c1b2425c0e0a57edace79bc83d663616db7 (patch)
tree25fd268f44e1b94b236286017fb1784615e28499 /pkgs/development/python-modules/pytest-httpserver
parentbc7104f7bbba4ea3489ce8f6580ae410d84fa0cf (diff)
parenta276e89b3379739144362854bec0e8b5c4e847a5 (diff)
Merge pull request #132869 from fabaff/bump-pytest-httpserver
python3Packages.pytest-httpserver: 1.0.0 -> 1.0.1
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 aaca4174a2f2..84f23ad722d1 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 = "1.0.0";
+ version = "1.0.1";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
- sha256 = "sha256-rjCV0TTUBgLpVyEUDiIhOdpKV5lWEjmQr4WCUyTQdG0=";
+ sha256 = "12b0028vp5rh9bg712klgjzm4vl4biyza1j6iyv3pgg25ircang3";
};
propagatedBuildInputs = [ werkzeug ];