python312Packages.apprise: 1.8.1 -> 1.9.0 (#345278)

This commit is contained in:
Fabian Affolter
2024-09-29 21:41:38 +02:00
committed by GitHub
@@ -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 ];