Commit e3216889 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.qbittorrent-api: 2025.11.0 -> 2025.11.1

parent 85c524e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

buildPythonPackage rec {
  pname = "qbittorrent-api";
  version = "2025.11.0";
  version = "2025.11.1";
  pyproject = true;

  src = fetchPypi {
    pname = "qbittorrent_api";
    inherit version;
    hash = "sha256-narLybRAEqCsbaB2uaKiv+1EUDS9XiwQrkWZtpHneXI=";
    hash = "sha256-XLKkafi8lfYW4DvQJZ2LS+YKXD3w1JkQxEMJsPWXJMQ=";
  };

  build-system = [