python3Packages.sagemaker-core: 1.0.41 -> 1.0.42 (#424912)

authored by Gaétan Lepage and committed by GitHub 6de31e12 659bedef

+2 -2
+2 -2
pkgs/development/python-modules/sagemaker-core/default.nix
··· 28 29 buildPythonPackage rec { 30 pname = "sagemaker-core"; 31 - version = "1.0.41"; 32 pyproject = true; 33 34 src = fetchFromGitHub { 35 owner = "aws"; 36 repo = "sagemaker-core"; 37 tag = "v${version}"; 38 - hash = "sha256-XW7BJZc4VZiWe2d1p8MySYXWhzkwe0YjuPGwyswYUjY="; 39 }; 40 41 build-system = [
··· 28 29 buildPythonPackage rec { 30 pname = "sagemaker-core"; 31 + version = "1.0.42"; 32 pyproject = true; 33 34 src = fetchFromGitHub { 35 owner = "aws"; 36 repo = "sagemaker-core"; 37 tag = "v${version}"; 38 + hash = "sha256-To4VjTuE9fkVQSXR1k6NMAjrByzFhAidvui8w+etOQc="; 39 }; 40 41 build-system = [