summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-06 20:48:59 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-12-08 23:07:59 -0800
commite9ade83e7af1a996f761d609de3f9ca625875dc5 (patch)
tree787d52d7c4fee4ab41f8693cc7b1c8a2f198ff54
parent1a221336c68473ee192d288955871c63f97c2f21 (diff)
python37Packages.alerta: 8.0.0 -> 8.2.0
-rw-r--r--pkgs/development/python-modules/alerta/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/alerta/default.nix b/pkgs/development/python-modules/alerta/default.nix
index 579f0178729b..71463efb9144 100644
--- a/pkgs/development/python-modules/alerta/default.nix
+++ b/pkgs/development/python-modules/alerta/default.nix
@@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "alerta";
- version = "8.0.0";
+ version = "8.2.0";
src = fetchPypi {
inherit pname version;
- sha256 = "49e0862c756d644e9349f5040dd59d135cd871ffeaea5fc288eb3a2e818cf61a";
+ sha256 = "a689b2551655ffeb1fa0af2b652653c9355e4f612a3cb8265fcb53c47f83f7c0";
};
propagatedBuildInputs = [ six click requests requests-hawk pytz tabulate ];