python310Packages.apprise: 1.4.0 -> 1.4.5

Changelog: https://github.com/caronc/apprise/releases/tag/v1.4.5
This commit is contained in:
Mario Rodas 2023-07-06 04:20:00 +00:00
parent 70904d0cc0
commit 97595589da

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "apprise";
version = "1.4.0";
version = "1.4.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4xUFNIVNrFPU8Hg42Mv7Is4NRdQuugX5bWbE9IQ81Vo=";
hash = "sha256-t8ZlE8VFZpCimO2IfJAW3tQvFeNl0WFC5yi3T3z/7oI=";
};
nativeBuildInputs = [