Unverified Commit 859adddb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #335347 from r-ryantm/auto-update/python312Packages.softlayer

python312Packages.softlayer: 6.2.4 -> 6.2.5
parents 3819b561 7e7f68cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "softlayer";
  version = "6.2.4";
  version = "6.2.5";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = pname;
    repo = "softlayer-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-Hl3nW31EoqjziYMeeHip/Ieq8eYLa7//qrENThPa7ns=";
    hash = "sha256-wDLMVonPUexoaZ60kRBILmr5l46yajzACozCp6uETGY=";
  };

  postPatch = ''