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

This commit is contained in:
Nick Cao 2024-10-04 14:51:19 -04:00 committed by GitHub
commit e54ed7ed1a
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.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 = [