Merge pull request #310967 from r-ryantm/auto-update/python311Packages.apprise

python311Packages.apprise: 1.7.6 -> 1.8.0

authored by Fabian Affolter and committed by GitHub 832e6a69 89492912

+23 -26
+23 -26
pkgs/development/python-modules/apprise/default.nix
··· 1 - { lib 2 - , babel 3 - , buildPythonPackage 4 - , click 5 - , cryptography 6 - , fetchPypi 7 - , gntp 8 - , installShellFiles 9 - , markdown 10 - , paho-mqtt 11 - , pytest-mock 12 - , pytest-xdist 13 - , pytestCheckHook 14 - , pythonOlder 15 - , pyyaml 16 - , requests 17 - , requests-oauthlib 18 - , setuptools 19 }: 20 21 buildPythonPackage rec { 22 pname = "apprise"; 23 - version = "1.7.6"; 24 pyproject = true; 25 26 disabled = pythonOlder "3.7"; 27 28 src = fetchPypi { 29 inherit pname version; 30 - hash = "sha256-B38JMJzIpskGPb1hSzQ4B9Un1UZpO3/o/FpEM1Av6mw="; 31 }; 32 33 - nativeBuildInputs = [ 34 - installShellFiles 35 - ]; 36 37 build-system = [ 38 babel ··· 70 installManPage packaging/man/apprise.1 71 ''; 72 73 - pythonImportsCheck = [ 74 - "apprise" 75 - ]; 76 77 meta = with lib; { 78 description = "Push Notifications that work with just about every platform";
··· 1 + { 2 + lib, 3 + babel, 4 + buildPythonPackage, 5 + click, 6 + cryptography, 7 + fetchPypi, 8 + gntp, 9 + installShellFiles, 10 + markdown, 11 + paho-mqtt, 12 + pytest-mock, 13 + pytest-xdist, 14 + pytestCheckHook, 15 + pythonOlder, 16 + pyyaml, 17 + requests, 18 + requests-oauthlib, 19 + setuptools, 20 }: 21 22 buildPythonPackage rec { 23 pname = "apprise"; 24 + version = "1.8.0"; 25 pyproject = true; 26 27 disabled = pythonOlder "3.7"; 28 29 src = fetchPypi { 30 inherit pname version; 31 + hash = "sha256-6PWM6/6ho09WnLTGiAmjF1voDsBvCi7Ec1IrkgIyEsU="; 32 }; 33 34 + nativeBuildInputs = [ installShellFiles ]; 35 36 build-system = [ 37 babel ··· 69 installManPage packaging/man/apprise.1 70 ''; 71 72 + pythonImportsCheck = [ "apprise" ]; 73 74 meta = with lib; { 75 description = "Push Notifications that work with just about every platform";