python311Packages.qbittorrent-api: 2023.11.57 -> 2024.1.58

Changelog: https://github.com/rmartin16/qbittorrent-api/blob/v2024.1.58/CHANGELOG.md
This commit is contained in:
Mario Rodas 2024-01-17 04:20:00 +00:00
parent ff7cac1ac9
commit afd5725abc

View File

@ -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