python3Packages.yangson: 1.6.2 -> 1.6.3 (#419112)

This commit is contained in:
Weijia Wang 2025-06-30 10:16:42 +02:00 committed by GitHub
commit d6f9b54832
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "yangson"; pname = "yangson";
version = "1.6.2"; version = "1.6.3";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CZ-NIC"; owner = "CZ-NIC";
repo = "yangson"; repo = "yangson";
tag = version; tag = version;
hash = "sha256-gGunbQVRV9cFRnwGDIaGi/NM75rtw5vYVz2PiPiZlQo="; hash = "sha256-WOeSGGOd5+g+8dSyeml+mdehEjaSHtUkNSdkGl4xSao=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];