diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-10-18 22:35:51 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-10-18 22:35:51 +0200 |
| commit | daa4f35079fbc4e9cd979965fa4ae9d9f0d554df (patch) | |
| tree | c7840e0cb59e77ddb0a154d5024ace2790fadb7b /pkgs/development/python-modules/pytest-httpserver | |
| parent | 649870d15023724be5971b425a19e380e87254d2 (diff) | |
python3Packages.pytest-httpserver: 1.0.1 -> 1.0.2
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver')
| -rw-r--r-- | pkgs/development/python-modules/pytest-httpserver/default.nix | 4 |
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 ]; |
