Unverified Commit e54ed7ed authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.qbittorrent-api: 2024.9.66 -> 2024.9.67 (#346410)

parents 6ed0ab53 b66edc38
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildPythonPackage rec {
  pname = "qbittorrent-api";
  version = "2024.9.66";
  version = "2024.9.67";
  pyproject = true;

  src = fetchPypi {
    pname = "qbittorrent_api";
    inherit version;
    hash = "sha256-Vx5ShmEARDfQtIldTQuL0LkLUdo0QE/ANsLa4yq3OXo=";
    hash = "sha256-+NfttxsUzNVg0YL6H0ULeDb/xobMvUeGwWY/egN9aWY=";
  };

  propagatedBuildInputs = [