Unverified Commit f652bc14 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #281952 from marsam/update-python-qbittorrent-api

python311Packages.qbittorrent-api: 2023.11.57 -> 2024.1.58
parents ccbcb779 afd5725a
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -2,33 +2,31 @@
, buildPythonPackage
, fetchPypi
, requests
, six
, urllib3
, packaging
, setuptools
, wheel
, setuptools-scm
}:

buildPythonPackage rec {
  pname = "qbittorrent-api";
  version = "2023.11.57";
  format = "pyproject";
  version = "2024.1.58";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-fmFJW4PDQc7szu0ymE+fV9k6wUDLRHkOriEHDnzDSQg=";
    hash = "sha256-6JyU9mr0xfRLB7AJOcnPc+PpF0EWi/R/Wy3lCKanAmA=";
  };

  propagatedBuildInputs = [
    requests
    six
    urllib3
    packaging
  ];

  nativeBuildInputs = [
    setuptools
    wheel
    setuptools-scm
  ];

  # Tests require internet access