Unverified Commit ddd9e7e8 authored by Georgy Charkseliani's avatar Georgy Charkseliani
Browse files

proxmoxer: fix failing tests

parent 97562fc7
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 = "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 ];