python312Packages.qbittorrent-api: 2024.12.71 -> 2025.2.0 (#386218)

This commit is contained in:
Nick Cao
2025-03-02 09:01:49 -05:00
committed by GitHub
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "qbittorrent-api";
version = "2024.12.71";
version = "2025.2.0";
pyproject = true;
src = fetchPypi {
pname = "qbittorrent_api";
inherit version;
hash = "sha256-S7YqwHWCbUdSneViiWvZf+hSfS9VhRrDYR17IhxFB+I=";
hash = "sha256-e7MMiDxgJxR72dMBqyZSXAsrL067ACs83WNszr+z0ms=";
};
build-system = [