python312Packages.qbittorrent-api: 2024.10.68 -> 2024.11.70 (#363260)

This commit is contained in:
Donovan Glover 2024-12-10 11:10:25 +00:00 committed by GitHub
commit 0091ba1a83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "qbittorrent-api";
version = "2024.10.68";
version = "2024.11.70";
pyproject = true;
src = fetchPypi {
pname = "qbittorrent_api";
inherit version;
hash = "sha256-nOw/XtHx21njbXAr1fXSuRdn2UY2yoGkJqlZVXLkf3o=";
hash = "sha256-4UqOrWhZHyu39pF7aLvZUOFjFgTSpbSlXFLrPPOWrzA=";
};
propagatedBuildInputs = [