Merge pull request #300405 from r-ryantm/auto-update/python311Packages.qbittorrent-api

python311Packages.qbittorrent-api: 2024.2.59 -> 2024.3.60
This commit is contained in:
Nick Cao 2024-03-31 10:17:49 -04:00 committed by GitHub
commit 1ccf9aa880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "qbittorrent-api";
version = "2024.2.59";
version = "2024.3.60";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-227vnOJmYcrbYd8MjTG8c82sf3awNOF/bxAby0JlSfA=";
hash = "sha256-gnT19BKyPqzcRK1aKsC97NxktR4aqPd3LOlVo9/1gJY=";
};
propagatedBuildInputs = [