python3Packages.qbittorrent-api: 2025.11.1 -> 2026.5.1 (#519441)

This commit is contained in:
Nick Cao
2026-05-13 19:55:57 +00:00
committed by GitHub
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "qbittorrent-api";
version = "2025.11.1";
version = "2026.5.1";
pyproject = true;
src = fetchPypi {
pname = "qbittorrent_api";
inherit version;
hash = "sha256-XLKkafi8lfYW4DvQJZ2LS+YKXD3w1JkQxEMJsPWXJMQ=";
hash = "sha256-pCwSD+q5vqh/WSxg4i20LBRQv8JHUEtBzoNzC9x6C1s=";
};
build-system = [