Merge pull request #253861 from savyajha/qbtapi-update

python310Packages.qbittorrent-api: 2023.7.52 -> 2023.9.53
This commit is contained in:
Nick Cao 2023-09-07 10:25:56 -04:00 committed by GitHub
commit c1ad2e74a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "qbittorrent-api";
version = "2023.7.52";
version = "2023.9.53";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-RHOupNo0jteUpxcxAojOfnBGGBt293j0OCHeKEritpQ=";
hash = "sha256-/q0bL1WxIn6giOp9kLUCLZRpS/2d2Rdr61rRwZXQRP8=";
};
propagatedBuildInputs = [