python3Packages.pyghmi: 1.6.7 -> 1.6.8

This commit is contained in:
R. Ryantm
2025-12-05 05:37:56 +00:00
parent fba245c24f
commit 0c7e43557f
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "pyghmi";
version = "1.6.7";
version = "1.6.8";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-UtFTvWt/VX5bKZgAsnM+fzcG5ovh8TR6EKIn58Ohu7g=";
hash = "sha256-qkiPYbjL5iNeyxb1hC9hBoz8wB+uTMhp9NaWwlqijnk=";
};
build-system = [