Merge pull request #315642 from savyajha/qbittorrent-api

python311Packages.qbittorrent-api: 2024.3.60 -> 2024.5.63
This commit is contained in:
Pol Dellaiera 2024-06-02 19:56:51 +02:00 committed by GitHub
commit 5c45ccfc99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,12 +11,13 @@
buildPythonPackage rec {
pname = "qbittorrent-api";
version = "2024.3.60";
version = "2024.5.63";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-gnT19BKyPqzcRK1aKsC97NxktR4aqPd3LOlVo9/1gJY=";
pname = "qbittorrent_api";
inherit version;
hash = "sha256-zTAS8EL7lOnVIcQGttxSJgDv0YFNSy08kAxoEOn8viw=";
};
propagatedBuildInputs = [