python3Packages.pytest-httpserver: 1.1.2 -> 1.1.3

https://github.com/csernazs/pytest-httpserver/blob/1.1.3/CHANGES.rst

This commit was automatically generated using update-python-libraries.

+3 -3
+3 -3
pkgs/development/python-modules/pytest-httpserver/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "pytest-httpserver"; 15 - version = "1.1.2"; 15 + version = "1.1.3"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 21 21 owner = "csernazs"; 22 22 repo = "pytest-httpserver"; 23 23 tag = version; 24 - hash = "sha256-41JrZ3ubaJHNzwGDWUSseJ3Z405k21SOpwW7jG5rNxg="; 24 + hash = "sha256-5pyCDzt9nCwYcUdCjWlJiAkyNmf6oWBqSHQL7kJJluA="; 25 25 }; 26 26 27 27 nativeBuildInputs = [ poetry-core ]; ··· 45 45 meta = with lib; { 46 46 description = "HTTP server for pytest to test HTTP clients"; 47 47 homepage = "https://www.github.com/csernazs/pytest-httpserver"; 48 - changelog = "https://github.com/csernazs/pytest-httpserver/blob/${version}/CHANGES.rst"; 48 + changelog = "https://github.com/csernazs/pytest-httpserver/blob/${src.tag}/CHANGES.rst"; 49 49 license = with licenses; [ mit ]; 50 50 maintainers = with maintainers; [ fab ]; 51 51 };