summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-01-12 20:18:05 +0100
committerVladimír Čunát <v@cunat.cz>2024-01-12 20:18:05 +0100
commit671c34fdc4a308338e44de5d0ffcfa66fde72efd (patch)
tree1cc5c034ea75d58c9bc7bbcc99d79465c4445d55 /pkgs/development/python-modules/pytest-httpserver
parent41fb6ea81bb844406e031a06e0a932eaf21f0294 (diff)
parent997e797d65872ae57a3f693f8384c2e24af4481e (diff)
Merge branch 'master' into r-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 = [