python312Packages.apprise: 1.8.1 -> 1.9.0

Changelog: https://github.com/caronc/apprise/releases/tag/v1.9.0
This commit is contained in:
Fabian Affolter
2024-09-29 12:56:36 +02:00
parent 845ba70426
commit c80274f518
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "apprise";
version = "1.8.1";
version = "1.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CKIP5yZyt+kPeWnVuHnWV8Li2zhaiowQ9Uy6VlvyN/I=";
hash = "sha256-tck6/WMxr+S2OlXRzqkHbke+y0uom1YrGBwT4luwx9Y=";
};
nativeBuildInputs = [ installShellFiles ];