Unverified Commit 21e052a7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #257256 from r-ryantm/auto-update/python310Packages.softlayer

python310Packages.softlayer: 6.1.8 -> 6.1.9
parents 06cc2d09 8eb2f6c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "softlayer";
  version = "6.1.8";
  version = "6.1.9";
  format = "setuptools";

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

  postPatch = ''