python3Packages.pysmi: 1.5.10 -> 1.6.2

https://github.com/lextudio/pysmi/blob/v1.6.2/CHANGES.rst
This commit is contained in:
Martin Weinelt
2025-08-08 04:06:23 +02:00
parent c9a65077a4
commit 70c696e403
@@ -2,9 +2,9 @@
lib,
buildPythonPackage,
fetchFromGitHub,
flit-core,
jinja2,
ply,
poetry-core,
pysmi,
pysnmp,
pytestCheckHook,
@@ -13,7 +13,7 @@
}:
buildPythonPackage rec {
version = "1.5.10";
version = "1.6.2";
pname = "pysmi";
pyproject = true;
@@ -23,10 +23,10 @@ buildPythonPackage rec {
owner = "lextudio";
repo = "pysmi";
tag = "v${version}";
hash = "sha256-fJwMkOzI5IrDEyH6wV/zD79k6rzuuqDvfZkuHC44TGY=";
hash = "sha256-GyG3J6qntEIszXrm1t623+x1cYbhJLbTEQl6N2h2LA0=";
};
build-system = [ poetry-core ];
build-system = [ flit-core ];
dependencies = [
ply