python3Packages.librouteros: 3.1.0 -> 3.2.0

This commit is contained in:
Fabian Affolter 2021-11-17 10:20:12 +01:00
parent 75b6455294
commit 5aa715b64c

View file

@ -8,14 +8,16 @@
buildPythonPackage rec {
pname = "librouteros";
version = "3.1.0";
version = "3.2.0";
format = "setuptools";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "luqasz";
repo = pname;
rev = version;
sha256 = "1skjwnqa3vcpq9gzgpw93wdmisq15fp0q07kzyq3fgx4yg7b6sql";
sha256 = "sha256-Zo9HCjYe9cCkqXhikAjDQKQXGkrMni3f+9KoqhZskNk=";
};
checkInputs = [
@ -33,7 +35,9 @@ buildPythonPackage rec {
"test_generator_ditch"
];
pythonImportsCheck = [ "librouteros" ];
pythonImportsCheck = [
"librouteros"
];
meta = with lib; {
description = "Python implementation of the MikroTik RouterOS API";