python313Packages.pytest-httpserver: 1.1.0 -> 1.1.2

Diff: https://github.com/csernazs/pytest-httpserver/compare/refs/tags/1.1.0...1.1.2

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

authored by Fabian Affolter and committed by Martin Weinelt 797ed862 d8f2840f

+2 -2
+2 -2
pkgs/development/python-modules/pytest-httpserver/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "pytest-httpserver"; 15 - version = "1.1.0"; 15 + version = "1.1.2"; 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-BkdbCrpZKjHYikZk1mL4iSGe5gRjWUVN/w222QkmFLQ="; 24 + hash = "sha256-41JrZ3ubaJHNzwGDWUSseJ3Z405k21SOpwW7jG5rNxg="; 25 25 }; 26 26 27 27 nativeBuildInputs = [ poetry-core ];