python312Packages.apprise: 1.9.1 -> 1.9.2

Changelog: https://github.com/caronc/apprise/releases/tag/v1.9.2
This commit is contained in:
Fabian Affolter
2025-01-15 09:30:36 +01:00
parent 33d4a16f0a
commit 8e82b73e7b
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "apprise";
version = "1.9.1";
version = "1.9.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-eezQLEHYbf/SEbs1zFwGyEbndwQavh0HAfmJmA3kRok=";
hash = "sha256-KQ6xIXAo3VBAgCNxSU1wwbyrkH5mNKd8JjSJ2+T9c6g=";
};
nativeBuildInputs = [ installShellFiles ];