nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.apprise: 1.1.0 -> 1.2.0

+7 -7
+7 -7
pkgs/development/python-modules/apprise/default.nix
··· 7 7 , gntp 8 8 , installShellFiles 9 9 , markdown 10 - , mock 11 10 , paho-mqtt 11 + , pytest-mock 12 + , pytest-xdist 12 13 , pytestCheckHook 13 14 , pythonOlder 14 15 , pyyaml 15 16 , requests 16 17 , requests-oauthlib 17 - , slixmpp 18 18 }: 19 19 20 20 buildPythonPackage rec { 21 21 pname = "apprise"; 22 - version = "1.1.0"; 22 + version = "1.2.0"; 23 23 format = "setuptools"; 24 24 25 25 disabled = pythonOlder "3.7"; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - hash = "sha256-92eoBwp3fcKb9zCBeeC2ndLeZeZpM+2JsZmef/5yO2A="; 29 + hash = "sha256-bjGvoY9HRS6szVb7fug9kkUsU00V85JAftGg48RlJEs="; 30 30 }; 31 31 32 32 nativeBuildInputs = [ 33 - babel 34 33 installShellFiles 35 34 ]; 36 35 ··· 43 44 ]; 44 45 45 46 checkInputs = [ 47 + babel 46 48 gntp 47 - mock 48 49 paho-mqtt 50 + pytest-mock 51 + pytest-xdist 49 52 pytestCheckHook 50 - slixmpp 51 53 ]; 52 54 53 55 disabledTests = [