python312Packages.pyghmi: 1.5.77 -> 1.6.0

This commit is contained in:
R. Ryantm
2025-04-27 20:53:00 +00:00
parent 88c834978e
commit 826c6d17e6
@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "pyghmi";
version = "1.5.77";
version = "1.6.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-RGV3d944MKrbuBM/eX9NIyHiasmLkkHH+zyeEjkIt7U=";
hash = "sha256-jPfGPKQkHLyapGWJ0o05e79pPlw0UWNJeHHJgb+MdFQ=";
};
build-system = [