lol

python310Packages.pyuptimerobot: 22.2.0 -> 23.1.0

Diff: https://github.com/ludeeus/pyuptimerobot/compare/refs/tags/22.2.0...23.1.0

Changelog: https://github.com/ludeeus/pyuptimerobot/releases/tag/23.1.0

+8 -8
+8 -8
pkgs/development/python-modules/pyuptimerobot/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pyuptimerobot"; 13 - version = "22.2.0"; 13 + version = "23.1.0"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "ludeeus"; 20 20 repo = pname; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-QZm8FlUm17Vv80hB3iai54QcVlhSrq2AvbdBaRWDyok="; 22 + hash = "sha256-hy/hmXxxEb44X8JUszoA1YF/41y7GkQqC4uS+Pax6WA="; 23 23 }; 24 24 25 + postPatch = '' 26 + # Upstream doesn't set version in the repo 27 + substituteInPlace setup.py \ 28 + --replace 'version="main",' 'version="${version}",' 29 + ''; 30 + 25 31 propagatedBuildInputs = [ 26 32 aiohttp 27 33 ]; ··· 31 37 pytestCheckHook 32 38 pytest-asyncio 33 39 ]; 34 - 35 - postPatch = '' 36 - # Upstream doesn't set version in the repo 37 - substituteInPlace setup.py \ 38 - --replace 'version="main",' 'version="${version}",' 39 - ''; 40 40 41 41 pythonImportsCheck = [ 42 42 "pyuptimerobot"