lol

Merge pull request #331431 from r-ryantm/auto-update/python312Packages.linear-garage-door

python312Packages.linear-garage-door: 0.2.9 -> 0.2.10

authored by

OTABI Tomoya and committed by
GitHub
e6dfaebc 0425d94e

+4 -4
+4 -4
pkgs/development/python-modules/linear-garage-door/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "linear-garage-door"; 14 - version = "0.2.9"; 14 + version = "0.2.10"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.8"; ··· 20 20 owner = "IceBotYT"; 21 21 repo = "linear-garage-door"; 22 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-hWWJgZnEItYaSxka7zBHPeVlTEiOqRnA2vg6/MvpJGE="; 23 + hash = "sha256-ibOCqy7krIVC7N75SwEyUII3Tknb60nwA+zGbjOENv4="; 24 24 }; 25 25 26 26 postPatch = '' ··· 29 29 -e "/--no-cov/d" 30 30 ''; 31 31 32 - nativeBuildInputs = [ poetry-core ]; 32 + build-system = [ poetry-core ]; 33 33 34 - propagatedBuildInputs = [ 34 + dependencies = [ 35 35 aiohttp 36 36 dnspython 37 37 tenacity