lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.qbittorrent-api: 2025.2.0 -> 2025.4.0

+2 -2
+2 -2
pkgs/development/python-modules/qbittorrent-api/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "qbittorrent-api"; 18 - version = "2025.2.0"; 18 + version = "2025.4.0"; 19 19 pyproject = true; 20 20 21 21 src = fetchPypi { 22 22 pname = "qbittorrent_api"; 23 23 inherit version; 24 - hash = "sha256-e7MMiDxgJxR72dMBqyZSXAsrL067ACs83WNszr+z0ms="; 24 + hash = "sha256-E3kvY3zhxf7bbnkfBR4LnjlRfz+PKcWvt7M8uvIFoRg="; 25 25 }; 26 26 27 27 build-system = [