python312Packages.apprise: 1.9.1 -> 1.9.2 (#373977)

This commit is contained in:
Fabian Affolter
2025-01-15 11:34:41 +01:00
committed by GitHub
@@ -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 ];