summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-08-06 10:31:35 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-08-06 10:31:35 +0200
commita276e89b3379739144362854bec0e8b5c4e847a5 (patch)
tree94c3adaf52a80f53d990e118ea3a6651b97618c7 /pkgs/development/python-modules/pytest-httpserver
parent6dc0549183672acd39d735a465098ca9deeff6ad (diff)
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 ];