lol

python313Packages.pydiscovergy: 3.0.2 -> 3.1.0

Diff: https://github.com/jpbede/pydiscovergy/compare/refs/tags/v3.0.2...v3.1.0

Changelog: https://github.com/jpbede/pydiscovergy/releases/tag/v3.1.0

authored by

Robert Schütz and committed by
Martin Weinelt
403f320d 80b535e2

+4 -3
+4 -3
pkgs/development/python-modules/pydiscovergy/default.nix
··· 7 7 mashumaro, 8 8 orjson, 9 9 pytest-asyncio, 10 + pytest-cov-stub, 10 11 pytest-httpx, 11 12 poetry-core, 12 13 pytestCheckHook, ··· 16 17 17 18 buildPythonPackage rec { 18 19 pname = "pydiscovergy"; 19 - version = "3.0.2"; 20 + version = "3.1.0"; 20 21 pyproject = true; 21 22 22 23 disabled = pythonOlder "3.11"; ··· 25 26 owner = "jpbede"; 26 27 repo = "pydiscovergy"; 27 28 tag = "v${version}"; 28 - hash = "sha256-g6KWX7APdqB0dNe7p6WGualxSj5fiw+jRq+0qfqTs4w="; 29 + hash = "sha256-OrMuMGN1zB4q6t4fWyZeQ9WRmNZHFyq+wIRq1kG2N30="; 29 30 }; 30 31 31 32 postPatch = '' 32 - sed -i '/addopts =/d' pyproject.toml 33 33 substituteInPlace pyproject.toml \ 34 34 --replace-fail 'version = "0.0.0"' 'version = "${version}"' 35 35 ''; ··· 45 45 46 46 nativeCheckInputs = [ 47 47 pytest-asyncio 48 + pytest-cov-stub 48 49 pytest-httpx 49 50 pytestCheckHook 50 51 respx