python3Packages.pyghmi: 1.6.12 -> 1.6.13 (#490713)

This commit is contained in:
Nick Cao
2026-02-16 22:34:44 +00:00
committed by GitHub
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "pyghmi";
version = "1.6.12";
version = "1.6.13";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-BVEs/hkWrJKLL2s70CMQ1ZjleEPqZsIw6kObkqiJ2Mk=";
hash = "sha256-qZiiWopegiLSB9042tHypGZ1zCVO1UAQp5/0bA3DaK0=";
};
build-system = [