From 4e6ecb20467a7149f5b6cb6004530f8f4fff08a9 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:18:18 +0100 Subject: [PATCH] python3Packages.sagemaker: 2.237.2 -> 2.237.3 https://github.com/aws/sagemaker-python-sdk/blob/v2.237.3/CHANGELOG.md --- pkgs/development/python-modules/sagemaker/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/sagemaker/default.nix b/pkgs/development/python-modules/sagemaker/default.nix index 0be0d88a2b27..a43e89e752ed 100644 --- a/pkgs/development/python-modules/sagemaker/default.nix +++ b/pkgs/development/python-modules/sagemaker/default.nix @@ -113,7 +113,7 @@ buildPythonPackage rec { meta = { description = "Library for training and deploying machine learning models on Amazon SageMaker"; homepage = "https://github.com/aws/sagemaker-python-sdk/"; - changelog = "https://github.com/aws/sagemaker-python-sdk/blob/v${version}/CHANGELOG.md"; + changelog = "https://github.com/aws/sagemaker-python-sdk/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ nequissimus ]; };