summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@tutanota.com>2021-10-20 11:01:36 +0200
committerMartino Fontana <tinozzo123@tutanota.com>2021-10-20 11:01:36 +0200
commit56eb515ff72ce8c8ce51dd5a9fa5368b9f07c4f3 (patch)
tree6159de48f70a25b4bc440a25c0c4531c48b4514e /pkgs/development/python-modules/pytest-httpserver
parent848c629e88856257136dc5821ad9987058125c94 (diff)
parent8d3d472ab372c22067164f1ab413542955c408bf (diff)
Merge branch 'master' of https://github.com/SuperSamus/nixpkgs
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver')
-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 ];