python3Packages.qbittorrent-api: 2025.5.0 -> 2025.7.0

R. Ryantm 6419f459 cc1dd948

Changed files
+2 -2
pkgs
development
python-modules
qbittorrent-api
+2 -2
pkgs/development/python-modules/qbittorrent-api/default.nix
···
buildPythonPackage rec {
pname = "qbittorrent-api";
-
version = "2025.5.0";
+
version = "2025.7.0";
pyproject = true;
src = fetchPypi {
pname = "qbittorrent_api";
inherit version;
-
hash = "sha256-NKD5weGufhbeUOlGUXUsjZejz1TCo+GgXGqDdzmaDjA=";
+
hash = "sha256-9GLygXVZzKpMbNwSaUoxU++s1Q+jKFpCVAGrMKvA3nY=";
};
build-system = [