summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-08-08 07:33:42 +0200
committerVladimír Čunát <v@cunat.cz>2023-08-08 07:33:42 +0200
commit41c7605718399dcfa53dd7083793b6ae3bc969ff (patch)
tree991fd28722f9516a81b66383b97d64f3a01e86fe /pkgs/development/python-modules/pytest-httpserver
parent73f18ca8b33ad1281958193e7e35f63b6ef47e52 (diff)
parentdc11c1a428ba920a5badd324f6f0d77d6c85cf28 (diff)
Merge #245935: staging-next 2023-07-28
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 = [