python3Packages.qbittorrent-api: 2025.4.0 -> 2025.5.0
This commit is contained in:
parent
6983909b46
commit
c9fcb054d0
@ -15,13 +15,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "qbittorrent-api";
|
pname = "qbittorrent-api";
|
||||||
version = "2025.4.0";
|
version = "2025.5.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "qbittorrent_api";
|
pname = "qbittorrent_api";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-E3kvY3zhxf7bbnkfBR4LnjlRfz+PKcWvt7M8uvIFoRg=";
|
hash = "sha256-NKD5weGufhbeUOlGUXUsjZejz1TCo+GgXGqDdzmaDjA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user