python3Packages.softlayer: 6.2.6 -> 6.2.7

This commit is contained in:
R. Ryantm
2025-07-07 11:31:14 +00:00
parent 9f902ee89a
commit 7c06d0575d
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "softlayer";
version = "6.2.6";
version = "6.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "softlayer";
repo = "softlayer-python";
tag = "v${version}";
hash = "sha256-qBhnHFFlP4pqlN/SETXEqYyre/ap60wHe9eCfyiB+kA=";
hash = "sha256-mlC4o39Ol1ALguc9KGpxB0M0vhWz4LG2uwhW8CBrVgg=";
};
build-system = [
@@ -87,7 +87,7 @@ buildPythonPackage rec {
meta = {
description = "Python libraries that assist in calling the SoftLayer API";
homepage = "https://github.com/softlayer/softlayer-python";
changelog = "https://github.com/softlayer/softlayer-python/releases/tag/v${version}";
changelog = "https://github.com/softlayer/softlayer-python/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ onny ];
};