Unverified Commit 20a7d878 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.pyixapi: 0.2.5 -> 0.2.6 (#400591)

parents c7ddb3d6 2c0b7205
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "pyixapi";
  version = "0.2.5";
  version = "0.2.6";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "peering-manager";
    repo = "pyixapi";
    tag = version;
    hash = "sha256-jzRdseBaNOr3Dozp15/s3ZGTcwqmCBHqdGZmP3dtdsE=";
    hash = "sha256-NS8rVzLpEtpuLal6sApXI3hjASiIeXZuZ4xyj9Zv1k0=";
  };

  pythonRelaxDeps = [ "pyjwt" ];