Merge pull request #106873 from r-ryantm/auto-update/python3.7-alerta

python37Packages.alerta: 8.2.0 -> 8.3.0
This commit is contained in:
Mario Rodas 2020-12-14 07:56:00 -05:00 committed by GitHub
commit c1394f56d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "alerta";
version = "8.2.0";
version = "8.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "a689b2551655ffeb1fa0af2b652653c9355e4f612a3cb8265fcb53c47f83f7c0";
sha256 = "83c7d751bad0cb9bd7886700da4cd83c5451b2e8eb8d4cc697966e02d6a565f8";
};
propagatedBuildInputs = [ six click requests requests-hawk pytz tabulate ];