diff options
| author | Benjamin Staffin <benley@gmail.com> | 2022-03-21 18:37:45 -0400 |
|---|---|---|
| committer | Benjamin Staffin <bstaffin@singlestore.com> | 2022-03-21 18:37:45 -0400 |
| commit | 34006ebc9d6801a7bf3d15325b05ce74faccbe2c (patch) | |
| tree | bc6e6e1dfcadc89f2aa81981ab1aa1f7411c6f7e /pkgs/development/python-modules/pytest-httpserver | |
| parent | 8e317c16309c7fe6f30213e705f3cecdbd2275eb (diff) | |
| parent | ae1a4700452ff572082a05dceba635f04367288d (diff) | |
Merge remote-tracking branch 'origin/master' into mvn
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 5a5c3b1449f2..eb04881455d7 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.2"; + version = "1.0.4"; src = fetchPypi { pname = "pytest_httpserver"; inherit version; - sha256 = "sha256-JwH9HZgU1YVR+dEETbM1xrqYcxaTZsWDSVI6WM907UA="; + sha256 = "6de464ba5f74628d6182ebbdcb56783edf2c9b0caf598dc35c11f014f24a3f0d"; }; propagatedBuildInputs = [ werkzeug ]; |
