python3Packages.apprise: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm
2026-05-30 00:59:12 +00:00
parent 225a837149
commit 73fac2351c
@@ -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 ''