summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-07-28 20:48:26 +0200
committerGitHub <noreply@github.com>2023-07-28 20:48:26 +0200
commit1021376e654cd7638633a5142fcf818598e69849 (patch)
tree057d91c94963328053d53d439feb6f62876235c5 /pkgs/development/python-modules/pytest-httpserver
parent039200b6c4f97182b973c9b55cdded6df7c07661 (diff)
parent83efccef831bfd2e383f4135e37c8d1268108c67 (diff)
Merge pull request #244135 from NixOS/python-updates
Python updates 2023-07-18
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 feae84901304..01ef1025904e 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.6";
+ version = "1.0.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "csernazs";
repo = pname;
rev = "refs/tags/${version}";
- hash = "sha256-LY5Ur0cIcsNrgvyQlY2E479ZzRcuwqTuiT2MtRupVcs=";
+ hash = "sha256-bjysG+7niSUBl8YMWR8pr7oOz9GDbSfq3PeloYBkq3s=";
};
nativeBuildInputs = [