python3Packages.yangson: 1.6.2 -> 1.6.3 (#419112)
This commit is contained in:
commit
d6f9b54832
@ -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 ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user