python311Packages.qbittorrent-api: 2024.3.60 -> 2024.5.63

This commit is contained in:
Savyasachee Jha 2024-05-29 19:20:50 +05:30
parent d9493dcdc9
commit 43dba1e714

View File

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