python310Packages.apprise: 1.3.0 -> 1.4.0

Changelog: https://github.com/caronc/apprise/releases/tag/v1.4.0
This commit is contained in:
Mario Rodas 2023-06-03 04:20:00 +00:00
parent 00fa9b899a
commit 22a7f0cea1

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "apprise";
version = "1.3.0";
version = "1.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-LFDBml3UExex9lnFKyGpkP6+bBXghGQiihzo5gmPEb8=";
hash = "sha256-4xUFNIVNrFPU8Hg42Mv7Is4NRdQuugX5bWbE9IQ81Vo=";
};
nativeBuildInputs = [