Merge pull request #178305 from r-ryantm/auto-update/python3.10-aiounifi

python310Packages.aiounifi: 31 -> 32

authored by

Fabian Affolter and committed by
GitHub
d9297db2 51ca56f0

+7 -5
+7 -5
pkgs/development/python-modules/aiounifi/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "aiounifi"; 14 - version = "31"; 15 16 - disabled = pythonOlder "3.7"; 17 18 src = fetchFromGitHub { 19 owner = "Kane610"; 20 repo = pname; 21 - rev = "v${version}"; 22 - sha256 = "sha256-8Hm7sUkIW4rVLCL5+vHfhAvmc8+IKDXaSLtYJTf14XY="; 23 }; 24 25 propagatedBuildInputs = [ ··· 37 "--asyncio-mode=auto" 38 ]; 39 40 - pythonImportsCheck = [ "aiounifi" ]; 41 42 meta = with lib; { 43 description = "Python library for communicating with Unifi Controller API";
··· 11 12 buildPythonPackage rec { 13 pname = "aiounifi"; 14 + version = "32"; 15 16 + disabled = pythonOlder "3.9"; 17 18 src = fetchFromGitHub { 19 owner = "Kane610"; 20 repo = pname; 21 + rev = "refs/tags/v${version}"; 22 + hash = "sha256-YKkZMOlV4DPScNohU+M2J71CrIT3cHCHrzp4PIOAc5E="; 23 }; 24 25 propagatedBuildInputs = [ ··· 37 "--asyncio-mode=auto" 38 ]; 39 40 + pythonImportsCheck = [ 41 + "aiounifi" 42 + ]; 43 44 meta = with lib; { 45 description = "Python library for communicating with Unifi Controller API";