···11{ lib
22, python3
33+, fetchPypi
34}:
4556python3.pkgs.buildPythonApplication rec {
67 pname = "alerta-server";
78 version = "8.7.0";
8999- src = python3.pkgs.fetchPypi {
1010+ src = fetchPypi {
1011 inherit pname version;
1112 sha256 = "sha256-EM3owmj+6gFjU0ARaQP3FLYXliGaGCRSaLgkiPwhGdU=";
1213 };
···3132 sentry-sdk
3233 ];
33343434- # We can't run the tests from Nix, because they rely on the presence of a working MongoDB server
3535+ # We can't run the tests from Nix, because they rely on the presence of a working MongoDB server
3536 doCheck = false;
36373738 pythonImportsCheck = [