Unverified Commit f255cf7b authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #303769 from r-ryantm/auto-update/alerta

alerta: 8.5.2 -> 8.5.3
parents 7206aa80 68fad313
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

python3.pkgs.buildPythonApplication rec {
  pname = "alerta";
  version = "8.5.2";
  version = "8.5.3";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-5KLR+F5GtNkFXJMctJ5F4OvkQRhohd6SWB2ZFVtc/0s=";
    sha256 = "sha256-ePvT2icsgv+io5aDDUr1Zhfodm4wlqh/iqXtNkFhS10=";
  };

  propagatedBuildInputs = with python3.pkgs; [