python3Packages.pytest-httpserver: 1.0.10 -> 1.1.0

https://github.com/csernazs/pytest-httpserver/blob/1.1.0/CHANGES.rst
This commit is contained in:
Martin Weinelt 2024-09-29 17:06:34 +02:00
parent bb1e0e875c
commit 6a5be0cd89

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pytest-httpserver";
version = "1.0.10";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "csernazs";
repo = "pytest-httpserver";
rev = "refs/tags/${version}";
hash = "sha256-KCsZs4MGENByF/wB+aj3yvMp7lssHNVKx8jLhDQ1u4k=";
hash = "sha256-BkdbCrpZKjHYikZk1mL4iSGe5gRjWUVN/w222QkmFLQ=";
};
nativeBuildInputs = [ poetry-core ];