Merge pull request #277245 from r-ryantm/auto-update/apprise

apprise: 1.6.0 -> 1.7.0

authored by Mario Rodas and committed by GitHub 7279eba5 57910fe6

+2 -2
+2 -2
pkgs/development/python-modules/apprise/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "apprise"; 22 - version = "1.6.0"; 22 + version = "1.7.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-Pu+rHF15eLDmXFCR0c2+kgaGXcPLXRnKXPvdt26Kr/4="; 29 + hash = "sha256-2NVxDTyVJYbCz633zp6g/mC4DsqTlGSX4+8Y88wO7Bk="; 30 30 }; 31 31 32 32 nativeBuildInputs = [