python310Packages.softlayer: 6.1.10 -> 6.1.11

This commit is contained in:
R. Ryantm 2023-12-22 14:10:55 +00:00
parent 3eccda7f1a
commit 86af651cac

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 = ''