errbot: 6.1.9 -> 6.2.0

This commit is contained in:
hlad 2024-07-09 15:37:19 +02:00
parent 9eb6c8059b
commit ad7fa788a5

View File

@ -5,7 +5,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "errbot";
version = "6.1.9";
version = "6.2.0";
format = "setuptools";
@ -13,7 +13,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "errbotio";
repo = "errbot";
rev = version;
hash = "sha256-BmHChLWWnrtg0p4WH8bANwpo+p4RTwjYbXfyPnz6mp8=";
hash = "sha256-UdqzBrlcb9NkuVo8ChADJmaKevadoGLyZUrckStb5ko=";
};
pythonRelaxDeps = true;
@ -52,6 +52,7 @@ python3.pkgs.buildPythonApplication rec {
"test_backup"
"test_broken_plugin"
"test_plugin_cycle"
"test_entrypoint_paths"
];
pythonImportsCheck = [ "errbot" ];