qbit-manage: 4.8.1 -> 4.9.1

This commit is contained in:
Philip Johansson
2026-06-29 14:11:38 +02:00
parent bcb52fa87a
commit bb724dd153
+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;