python312Packages.yangson: 1.5.2 -> 1.5.6
https://github.com/CZ-NIC/yangson/compare/refs/tags/1.5.2...1.5.6
This commit is contained in:
@@ -11,18 +11,22 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "yangson";
|
||||
version = "1.5.2";
|
||||
version = "1.5.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "CZ-NIC";
|
||||
repo = "yangson";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-c/UWyfJdVz6wSluL1Ej9cSV3EpDUTkP0GTeHPYfAduE=";
|
||||
hash = "sha256-/9MxCkcPGRNZkuwAAvlr7gtGcyxXtliski7bNtFhVBE=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"setuptools"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
elementpath
|
||||
pyyaml
|
||||
|
||||
Reference in New Issue
Block a user