python3Packages.imap-tools: 0.49.1 -> 0.50.0

+2 -5
+2 -5
pkgs/development/python-modules/imap-tools/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "imap-tools"; 10 - version = "0.49.1"; 11 12 disabled = isPy27; 13 ··· 15 owner = "ikvk"; 16 repo = "imap_tools"; 17 rev = "v${version}"; 18 - sha256 = "071bri1h6j8saqqlb50zibdrk5hgkpwp4ysiskl1zin18794bq82"; 19 }; 20 21 checkInputs = [ ··· 29 "test_connectio" 30 "test_attributes" 31 "test_live" 32 - # logic operator tests broken in 0.49.0 33 - # https://github.com/ikvk/imap_tools/issues/143 34 - "test_logic_operators" 35 ]; 36 37 pythonImportsCheck = [ "imap_tools" ];
··· 7 8 buildPythonPackage rec { 9 pname = "imap-tools"; 10 + version = "0.50.0"; 11 12 disabled = isPy27; 13 ··· 15 owner = "ikvk"; 16 repo = "imap_tools"; 17 rev = "v${version}"; 18 + sha256 = "sha256-4OMWLWvNRg7z4KAAkB1l5YaWILFwIepZOWhBd64SGWI="; 19 }; 20 21 checkInputs = [ ··· 29 "test_connectio" 30 "test_attributes" 31 "test_live" 32 ]; 33 34 pythonImportsCheck = [ "imap_tools" ];