From 892470bb4e5dee0c4efd3190a4505250a8086e95 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 17 Jun 2022 17:57:47 +0000 Subject: [PATCH] python310Packages.sagemaker: 2.94.0 -> 2.95.0 --- pkgs/development/python-modules/sagemaker/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/sagemaker/default.nix b/pkgs/development/python-modules/sagemaker/default.nix index 5bcf2b6d1a4f..7f32ad9f3bec 100644 --- a/pkgs/development/python-modules/sagemaker/default.nix +++ b/pkgs/development/python-modules/sagemaker/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "sagemaker"; - version = "2.94.0"; + version = "2.95.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-WASgnF1IwqwiYcNEkHlhbV13rKdTTZgwvLcbBZaBNK8="; + hash = "sha256-Rx4PrQqWN6Q19ov9Ao5sAGvdgls+y6WjMxP+35dpKsQ="; }; propagatedBuildInputs = [