python313Packages.pysmi: 1.6.2 -> 1.6.3

Diff: https://github.com/lextudio/pysmi/compare/v1.6.2...v1.6.3

Changelog: https://github.com/lextudio/pysmi/blob/v1.6.3/CHANGES.rst
This commit is contained in:
Fabian Affolter
2026-01-26 13:15:21 +01:00
parent c2070b5fd6
commit 46d460361b
@@ -12,7 +12,7 @@
}:
buildPythonPackage rec {
version = "1.6.2";
version = "1.6.3";
pname = "pysmi";
pyproject = true;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "lextudio";
repo = "pysmi";
tag = "v${version}";
hash = "sha256-GyG3J6qntEIszXrm1t623+x1cYbhJLbTEQl6N2h2LA0=";
hash = "sha256-TpDrsBGym07JPIcnytyWI7Ebx9RR+7Ia36zOzWMWqPM=";
};
build-system = [ flit-core ];