Merge pull request #235868 from marsam/update-apprise

python310Packages.apprise: 1.3.0 -> 1.4.0

authored by

Mario Rodas and committed by
GitHub
f07af2a3 45d47b64

+3 -2
+2 -2
pkgs/development/python-modules/apprise/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "apprise"; 22 - version = "1.3.0"; 22 + version = "1.4.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-LFDBml3UExex9lnFKyGpkP6+bBXghGQiihzo5gmPEb8="; 29 + hash = "sha256-4xUFNIVNrFPU8Hg42Mv7Is4NRdQuugX5bWbE9IQ81Vo="; 30 30 }; 31 31 32 32 nativeBuildInputs = [
+1
pkgs/servers/web-apps/changedetection-io/default.nix
··· 17 17 18 18 postPatch = '' 19 19 substituteInPlace requirements.txt \ 20 + --replace "apprise~=1.3.0" "apprise" \ 20 21 --replace "cryptography~=3.4" "cryptography" \ 21 22 --replace "dnspython<2.3.0" "dnspython" \ 22 23 --replace "pytest ~=6.2" "" \