python3Packages.qbittorrent-api: 2026.6.0 -> 2026.7.0 (#541113)

This commit is contained in:
Nick Cao
2026-07-13 19:37:51 +00:00
committed by GitHub

View File

@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "qbittorrent-api";
version = "2026.6.0";
version = "2026.7.0";
pyproject = true;
src = fetchPypi {
pname = "qbittorrent_api";
inherit version;
hash = "sha256-8uJb8HCWC5BgNZF6EHWQQrDCiKxq3xkbr09ISIkLghM=";
hash = "sha256-nwpuM+5NuikNFV3jrVnBkd4C5NljnUJL8C7EoA7PMgU=";
};
build-system = [