python3Packages.apprise: 1.9.9 -> 1.10.0

This commit is contained in:
R. Ryantm
2026-04-27 00:55:38 +00:00
parent a3854adcaf
commit 1c741f9139
@@ -23,12 +23,12 @@
buildPythonPackage (finalAttrs: {
pname = "apprise";
version = "1.9.9";
version = "1.10.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-/WIsDfFr3HntOFU5c1VzSIyv4kBdJXR+h+69awmyYBI=";
hash = "sha256-t2jzLZnkXtX0w+7x9nkD6APJf5e6YaUxpdCkXUDfkKg=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''