python312Packages.qbittorrent-api: 2024.1.58 -> 2024.2.59

This commit is contained in:
R. Ryantm
2024-02-26 05:36:29 +00:00
parent 75f9d4f7cf
commit 7a46881fa4
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "qbittorrent-api";
version = "2024.1.58";
version = "2024.2.59";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-6JyU9mr0xfRLB7AJOcnPc+PpF0EWi/R/Wy3lCKanAmA=";
hash = "sha256-227vnOJmYcrbYd8MjTG8c82sf3awNOF/bxAby0JlSfA=";
};
propagatedBuildInputs = [