python313Packages.apprise: 1.9.2 -> 1.9.3 (#395296)

This commit is contained in:
Fabian Affolter
2025-04-01 23:47:15 +02:00
committed by GitHub
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "apprise";
version = "1.9.2";
version = "1.9.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-KQ6xIXAo3VBAgCNxSU1wwbyrkH5mNKd8JjSJ2+T9c6g=";
hash = "sha256-9YNmfqNbiJnNRjGMbLJvD69qRgWxGRdMJSOgElkMZaY=";
};
nativeBuildInputs = [ installShellFiles ];