python3Packages.qbittorrent-api: 2023.10.54 -> 2023.11.57

https://github.com/rmartin16/qbittorrent-api/blob/v2023.11.57/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2023-12-20 20:45:13 +01:00
parent a4d2e379fe
commit 244f916d0e
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "qbittorrent-api";
version = "2023.10.54";
version = "2023.11.57";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-xCHB/pPURc1+vje6IhBHZ6HogUsmYfBE9977Qtwoc2w=";
hash = "sha256-fmFJW4PDQc7szu0ymE+fV9k6wUDLRHkOriEHDnzDSQg=";
};
propagatedBuildInputs = [