0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.qbittorrent-api: 2025.2.0 -> 2025.4.0

This commit is contained in:
R. Ryantm 2025-04-24 15:25:08 +00:00
parent 94bf536ca0
commit 617beb6e8d

View file

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "qbittorrent-api";
version = "2025.2.0";
version = "2025.4.0";
pyproject = true;
src = fetchPypi {
pname = "qbittorrent_api";
inherit version;
hash = "sha256-e7MMiDxgJxR72dMBqyZSXAsrL067ACs83WNszr+z0ms=";
hash = "sha256-E3kvY3zhxf7bbnkfBR4LnjlRfz+PKcWvt7M8uvIFoRg=";
};
build-system = [