From db6e03fe8aa6ee44b2fa805ebe492d45b81a9ac1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 8 Jul 2021 22:21:17 +0200 Subject: [PATCH] python3Packages.pytest-httpserver: 0.3.7 -> 1.0.0 --- pkgs/development/python-modules/pytest-httpserver/default.nix | 4 ++-- 1 file 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 ];