Unverified Commit 5570e273 authored by Paul Haerle's avatar Paul Haerle Committed by GitHub
Browse files

proxmoxer: fix failing tests (#405671)

parents fd88c0d4 1748920b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "proxmoxer";
  version = "2.2.0";
  version = "2.2.0-unstable-2025-02-18";
  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 ];