diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-08-26 00:15:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-26 00:15:32 +0000 |
| commit | 3aa744deb1c8f5060aff9ffba69b6a988bd69af9 (patch) | |
| tree | 045cfe57c9ddf981b19c023003a7603b9a390547 /pkgs/development/python-modules/pytest-httpserver | |
| parent | 0e4a58cba99d99ec7d25af75a5be0aee7c15b38f (diff) | |
| parent | f882031cfb62a28d0bf4461ac19d2d6154b4bc35 (diff) | |
Merge master into haskell-updates
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 eb04881455d7..4b58c71cc656 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.4"; + version = "1.0.5"; src = fetchPypi { pname = "pytest_httpserver"; inherit version; - sha256 = "6de464ba5f74628d6182ebbdcb56783edf2c9b0caf598dc35c11f014f24a3f0d"; + sha256 = "sha256-rjKWYm0KEOg1qfQjxhtFQFR9WCQivgVMP8wIYmuqECQ="; }; propagatedBuildInputs = [ werkzeug ]; |
