mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
python37Packages.alerta: 8.2.0 -> 8.3.0
This commit is contained in:
parent
41cdb14aac
commit
f116d9c05a
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "alerta";
|
pname = "alerta";
|
||||||
version = "8.2.0";
|
version = "8.3.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "a689b2551655ffeb1fa0af2b652653c9355e4f612a3cb8265fcb53c47f83f7c0";
|
sha256 = "83c7d751bad0cb9bd7886700da4cd83c5451b2e8eb8d4cc697966e02d6a565f8";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six click requests requests-hawk pytz tabulate ];
|
propagatedBuildInputs = [ six click requests requests-hawk pytz tabulate ];
|
||||||
|
|
Loading…
Reference in a new issue