qbit-manage: 4.8.1 -> 4.9.1 (#536205)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-29 23:07:09 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "qbit-manage";
version = "4.8.1";
version = "4.9.1";
src = fetchFromGitHub {
owner = "StuffAnThings";
repo = "qbit_manage";
tag = "v${finalAttrs.version}";
hash = "sha256-53G0iXFJHTHRo+cNLpJAXdAYJTyceDpZCpyeZLGyY88=";
hash = "sha256-iS6DiyPqRQo/NVczumZx06VYrWgCv+w9OK4jHDKE8PQ=";
};
pyproject = true;