python3Packages.qemu-qmp: 0.0.5 -> 0.0.6 (#507085)

This commit is contained in:
Michael Daniels
2026-06-14 23:47:13 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "qemu-qmp";
version = "0.0.5";
version = "0.0.6";
pyproject = true;
src = fetchFromGitLab {
owner = "qemu-project";
repo = "python-qemu-qmp";
tag = "v${version}";
hash = "sha256-Mpay8JIau3cuUDxtEVn78prilr+YncmtbVX5LkBDrvk=";
hash = "sha256-iuYiYjUfAxXzG7w7s8I2l5oXROyTjswn++vYs9lauGA=";
};
build-system = [