python3Packages.apprise: 1.10.0 -> 1.11.0 (#525800)

This commit is contained in:
Sandro
2026-05-30 22:48:33 +00:00
committed by GitHub
@@ -23,12 +23,12 @@
buildPythonPackage (finalAttrs: {
pname = "apprise";
version = "1.10.0";
version = "1.11.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-t2jzLZnkXtX0w+7x9nkD6APJf5e6YaUxpdCkXUDfkKg=";
hash = "sha256-Ox5vU2WzAtH64nDAyAB5WOVCJLm3gIrOxpAG6if1uKI=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''