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

python310Packages.softlayer: 6.1.10 -> 6.1.11
This commit is contained in:
Nick Cao 2023-12-22 10:06:56 -05:00 committed by GitHub
commit 3bd7230fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "softlayer";
version = "6.1.10";
version = "6.1.11";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "softlayer-python";
rev = "refs/tags/v${version}";
hash = "sha256-0NLa+kEArKqfqytnxbzXnX/OVhYFBKZO9odXGR0AoSA=";
hash = "sha256-2iN3T58aICQlGwr10/e/mWE9pA4rbJCBTE1jTu3GeGk=";
};
postPatch = ''