diff options
| author | Roland Synnestvedt <contact@rsynnest.com> | 2021-07-13 10:09:12 -0700 |
|---|---|---|
| committer | Roland Synnestvedt <contact@rsynnest.com> | 2021-07-13 10:09:12 -0700 |
| commit | fa8f004781886bff95fa4044077504e430470a7f (patch) | |
| tree | bc4e51b5bb90352321d2fdf06d8e332acaf7fe44 /pkgs/development/python-modules/pytest-httpserver | |
| parent | b562ae6c319a0ee47f297c3b71ed13385c4549d8 (diff) | |
| parent | e223f84cd8c279b892c53f5d779d6e63eb4277eb (diff) | |
Merge branch 'master' of https://github.com/nixos/nixpkgs
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 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 ]; |
