python3Packages.qbittorrent-api: 2026.5.1 -> 2026.6.0

This commit is contained in:
R. Ryantm
2026-06-07 13:42:37 +00:00
parent ca14f513f3
commit 5cac589e7a
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "qbittorrent-api";
version = "2026.5.1";
version = "2026.6.0";
pyproject = true;
src = fetchPypi {
pname = "qbittorrent_api";
inherit version;
hash = "sha256-pCwSD+q5vqh/WSxg4i20LBRQv8JHUEtBzoNzC9x6C1s=";
hash = "sha256-8uJb8HCWC5BgNZF6EHWQQrDCiKxq3xkbr09ISIkLghM=";
};
build-system = [