summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-10-19 19:24:43 +0200
committerVladimír Čunát <v@cunat.cz>2021-10-19 19:24:43 +0200
commit01df3cd7dda0b22c056f15e22a690edb1040345a (patch)
tree84f42f005fcc9c0ec71398325584387a06fe44b7 /pkgs/development/python-modules/pytest-httpserver
parent3bd85fa720ceb2f1f0204e5b0410831f4b9f9254 (diff)
parentef64a9a4fce0f2e482899de68323c27751ba97a3 (diff)
Merge branch '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 79d10f8cf743..5a5c3b1449f2 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.1";
+ version = "1.0.2";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
- sha256 = "12b0028vp5rh9bg712klgjzm4vl4biyza1j6iyv3pgg25ircang3";
+ sha256 = "sha256-JwH9HZgU1YVR+dEETbM1xrqYcxaTZsWDSVI6WM907UA=";
};
propagatedBuildInputs = [ werkzeug ];