proxmoxer: fix failing tests

This commit is contained in:
Georgy Charkseliani
2025-05-09 19:46:55 +02:00
parent 97562fc761
commit ddd9e7e8c5
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "proxmoxer";
version = "2.2.0";
version = "develop";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,8 +21,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "proxmoxer";
repo = "proxmoxer";
tag = version;
hash = "sha256-56PccWOZiYLPSaJrFfOqP9kTuHqqhgiF1DpnNgFSabI=";
rev = "cf1bcde696537c74ef00d8e71fb86735fb4c2c79";
hash = "sha256-h5Sla7/4XiZSGwKstyiqs/T2Qgi13jI9YMVPqDcF3sA=";
};
build-system = [ setuptools ];