summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2024-03-06 20:26:06 +0100
committerGitHub <noreply@github.com>2024-03-06 20:26:06 +0100
commit39ac57b7c57412f660beb0df6765bd84b7b2bbb5 (patch)
tree2d24f5c79c31183c60395cf7c736d5a1ce03eeb9 /pkgs/development/python-modules/pytest-httpserver
parent88c08be88ffd6266451c3a547122aa55f31a2576 (diff)
parent557b9754bcad48f9365fef304abce7ecfae23442 (diff)
Merge branch 'master' into license-updates
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 01ef1025904e..2c825897edb1 100644
--- a/pkgs/development/python-modules/pytest-httpserver/default.nix
+++ b/pkgs/development/python-modules/pytest-httpserver/default.nix
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pytest-httpserver";
- version = "1.0.7";
+ version = "1.0.8";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "csernazs";
repo = pname;
rev = "refs/tags/${version}";
- hash = "sha256-bjysG+7niSUBl8YMWR8pr7oOz9GDbSfq3PeloYBkq3s=";
+ hash = "sha256-hbhS1kL5VNiGjvnYkDI1LwgkqqfBMqgcao3zy716q+A=";
};
nativeBuildInputs = [