Loading pkgs/development/python-modules/apprise/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -7,30 +7,29 @@ , gntp , installShellFiles , markdown , mock , paho-mqtt , pytest-mock , pytest-xdist , pytestCheckHook , pythonOlder , pyyaml , requests , requests-oauthlib , slixmpp }: buildPythonPackage rec { pname = "apprise"; version = "1.1.0"; version = "1.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-92eoBwp3fcKb9zCBeeC2ndLeZeZpM+2JsZmef/5yO2A="; hash = "sha256-bjGvoY9HRS6szVb7fug9kkUsU00V85JAftGg48RlJEs="; }; nativeBuildInputs = [ babel installShellFiles ]; Loading @@ -44,11 +43,12 @@ buildPythonPackage rec { ]; checkInputs = [ babel gntp mock paho-mqtt pytest-mock pytest-xdist pytestCheckHook slixmpp ]; disabledTests = [ Loading Loading
pkgs/development/python-modules/apprise/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -7,30 +7,29 @@ , gntp , installShellFiles , markdown , mock , paho-mqtt , pytest-mock , pytest-xdist , pytestCheckHook , pythonOlder , pyyaml , requests , requests-oauthlib , slixmpp }: buildPythonPackage rec { pname = "apprise"; version = "1.1.0"; version = "1.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-92eoBwp3fcKb9zCBeeC2ndLeZeZpM+2JsZmef/5yO2A="; hash = "sha256-bjGvoY9HRS6szVb7fug9kkUsU00V85JAftGg48RlJEs="; }; nativeBuildInputs = [ babel installShellFiles ]; Loading @@ -44,11 +43,12 @@ buildPythonPackage rec { ]; checkInputs = [ babel gntp mock paho-mqtt pytest-mock pytest-xdist pytestCheckHook slixmpp ]; disabledTests = [ Loading