python310Packages.apprise: 1.4.5 -> 1.5.0

Changelog: https://github.com/caronc/apprise/releases/tag/v1.5.0
This commit is contained in:
Mario Rodas 2023-08-27 04:20:00 +00:00
parent 8a33bfa212
commit 790d32e0a3

View file

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