lol

python3Packages.python-izone: 1.1.5 -> 1.1.6

https://github.com/Swamp-Ig/pizone/releases/tag/v1.1.6

+2 -9
+2 -9
pkgs/development/python-modules/python-izone/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "python-izone"; 14 - version = "1.1.5"; 14 + version = "1.1.6"; 15 15 16 16 disabled = pythonOlder "3.5"; 17 17 ··· 19 19 owner = "Swamp-Ig"; 20 20 repo = "pizone"; 21 21 rev = "v${version}"; 22 - sha256 = "0ilvawlhyg5p08ri26zbcvgysrfsmza23scy4ijrx3jbc3669r2c"; 22 + sha256 = "sha256-zgE1ccEPSa9nX0SEMN02VEGfnHexk/+jCJe7ugUL5UA="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [ ··· 31 31 asynctest 32 32 pytest-aiohttp 33 33 pytestCheckHook 34 - ]; 35 - 36 - disabledTests = [ 37 - # attempt network connection 38 - "test_fail_on_connect" 39 - "test_connection_lost" 40 - "test_ip_addr_change" 41 34 ]; 42 35 43 36 pythonImportsCheck = [ "pizone" ];