Merge pull request #146365 from fabaff/bump-librouteros

python3Packages.librouteros: 3.1.0 -> 3.2.0
This commit is contained in:
Fabian Affolter 2021-11-18 08:44:37 +01:00 committed by GitHub
commit 5b6ce44316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";