python3Packages.python-ipmi: 0.5.7 -> 0.5.8

This commit is contained in:
R. Ryantm
2025-12-11 11:02:09 +00:00
parent 1583d891cb
commit eab78e4968
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "python-ipmi";
version = "0.5.7";
version = "0.5.8";
pyproject = true;
src = fetchFromGitHub {
owner = "kontron";
repo = "python-ipmi";
tag = version;
hash = "sha256-vwjVUkTeVC1On1I1BtM0kBbne6CbX/6Os1+HA8WN9jU=";
hash = "sha256-9xPnLNyHKvVebRM/mIoEVzhT2EwmgJxCTztLSZrnXVc=";
};
postPatch = ''