diff options
| author | Graham Christensen <graham@grahamc.com> | 2021-11-12 20:56:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-12 20:56:14 -0500 |
| commit | fd1f8e149813909b9566a8ee17bb8bed3666ecfa (patch) | |
| tree | 6eb4111496cd0b7b895ed99f361f24feff5d7cb1 /pkgs/development/python-modules/pytest-httpserver/default.nix | |
| parent | 5d26ff13e5ab12d0dd5730512db787755363145b (diff) | |
| parent | 36941818f25feb27700f25ce054322025209e264 (diff) | |
Merge branch 'master' into mjolnir-init
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver/default.nix')
| -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 ]; |
