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

python310Packages.softlayer: 6.1.8 -> 6.1.9
This commit is contained in:
Fabian Affolter
2023-09-25 18:14:37 +02:00
committed by GitHub
@@ -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 = ''