Merge pull request #261735 from r-ryantm/auto-update/python311Packages.softlayer

python311Packages.softlayer: 6.1.9 -> 6.1.10
This commit is contained in:
Fabian Affolter
2023-10-18 22:03:28 +02:00
committed by GitHub
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "softlayer";
version = "6.1.9";
version = "6.1.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "softlayer-python";
rev = "refs/tags/v${version}";
hash = "sha256-mYezVJSBtZuNT6mG544dJhRFh26M4nN4nE3tUVB3cZQ=";
hash = "sha256-0NLa+kEArKqfqytnxbzXnX/OVhYFBKZO9odXGR0AoSA=";
};
postPatch = ''
@@ -78,7 +78,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python libraries that assist in calling the SoftLayer API";
homepage = "https://github.com/softlayer/softlayer-python";
changelog = "https://github.com/softlayer/softlayer-python/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/softlayer/softlayer-python/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ onny ];
};