summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver/default.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2021-11-12 20:56:14 -0500
committerGitHub <noreply@github.com>2021-11-12 20:56:14 -0500
commitfd1f8e149813909b9566a8ee17bb8bed3666ecfa (patch)
tree6eb4111496cd0b7b895ed99f361f24feff5d7cb1 /pkgs/development/python-modules/pytest-httpserver/default.nix
parent5d26ff13e5ab12d0dd5730512db787755363145b (diff)
parent36941818f25feb27700f25ce054322025209e264 (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.nix4
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 ];