alerta-server: 8.7.0 -> 9.0.1

This commit is contained in:
Artturin 2023-10-05 22:41:40 +03:00
parent 663a4022e5
commit 92bd8d6783

View File

@ -5,11 +5,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "alerta-server";
version = "8.7.0";
version = "9.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-EM3owmj+6gFjU0ARaQP3FLYXliGaGCRSaLgkiPwhGdU=";
sha256 = "sha256-v4+0l5Sx9RTxmNFnKCoKrWFl1xu1JIRZ/kiI6zi/y0I=";
};
propagatedBuildInputs = with python3.pkgs; [