python311Packages.qbittorrent-api: 2023.9.53 -> 2023.10.54

This commit is contained in:
R. Ryantm 2023-10-23 09:04:37 +00:00
parent 597baf8b7e
commit 90b4574eaf

View File

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