mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
errbot: 6.1.9 -> 6.2.0
This commit is contained in:
parent
9eb6c8059b
commit
ad7fa788a5
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user