python312Packages.pysmi: 1.4.4 -> 1.5.0
Diff: https://github.com/lextudio/pysmi/compare/refs/tags/v1.4.4...1.5.0 Changelog: https://github.com/lextudio/pysmi/blob/v1.5.0/CHANGES.rst
This commit is contained in:
parent
0aeb88aa26
commit
3bfca496c5
@ -18,7 +18,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.4.4";
|
version = "1.5.0";
|
||||||
pname = "pysmi";
|
pname = "pysmi";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
owner = "lextudio";
|
owner = "lextudio";
|
||||||
repo = "pysmi";
|
repo = "pysmi";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-9ArKo1UT4g+H8Z51NZ6rHlOhyz2grAc1V8Xl+ztfYic=";
|
hash = "sha256-9yAsseMI50RhVeyFvuTo/pN9ftrvvUWYCacy2v3VVT8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
Loading…
Reference in New Issue
Block a user