python312Packages.qbittorrent-api: 2024.9.67 -> 2024.10.68

This commit is contained in:
R. Ryantm 2024-11-09 04:42:14 +00:00
parent 20a337f400
commit 8dfa246bb1

View File

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