python312Packages.pygnmi: 0.8.14 -> 0.8.15 (#392053)

authored by

Weijia Wang and committed by
GitHub
d64fb700 f0a2d766

+3 -3
+3 -3
pkgs/development/python-modules/pygnmi/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "pygnmi"; 15 - version = "0.8.14"; 16 format = "setuptools"; 17 18 disabled = pythonOlder "3.7"; ··· 21 owner = "akarneliuk"; 22 repo = "pygnmi"; 23 tag = "v${version}"; 24 - sha256 = "sha256-ncp/OwELy/QOvGhLUZW2qTQZsckWI4CGrlEAZ20RtQI="; 25 }; 26 27 propagatedBuildInputs = [ ··· 43 description = "Pure Python gNMI client to manage network functions and collect telemetry"; 44 mainProgram = "pygnmicli"; 45 homepage = "https://github.com/akarneliuk/pygnmi"; 46 - changelog = "https://github.com/akarneliuk/pygnmi/releases/tag/v${version}"; 47 license = licenses.bsd3; 48 maintainers = [ ]; 49 };
··· 12 13 buildPythonPackage rec { 14 pname = "pygnmi"; 15 + version = "0.8.15"; 16 format = "setuptools"; 17 18 disabled = pythonOlder "3.7"; ··· 21 owner = "akarneliuk"; 22 repo = "pygnmi"; 23 tag = "v${version}"; 24 + sha256 = "sha256-2QPUyPGTtXlO6A05mmb/jofRidXfKq0xvH7lv1f9OQk="; 25 }; 26 27 propagatedBuildInputs = [ ··· 43 description = "Pure Python gNMI client to manage network functions and collect telemetry"; 44 mainProgram = "pygnmicli"; 45 homepage = "https://github.com/akarneliuk/pygnmi"; 46 + changelog = "https://github.com/akarneliuk/pygnmi/releases/tag/${src.tag}"; 47 license = licenses.bsd3; 48 maintainers = [ ]; 49 };