Merge pull request #178455 from r-ryantm/auto-update/python3.10-sagemaker

python310Packages.sagemaker: 2.95.0 -> 2.96.0
This commit is contained in:
Fabian Affolter 2022-06-21 23:31:50 +02:00 committed by GitHub
commit 462610321c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.95.0";
version = "2.96.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Rx4PrQqWN6Q19ov9Ao5sAGvdgls+y6WjMxP+35dpKsQ=";
hash = "sha256-40xvL7EwCDx/zsYHJhczx1MqVVrwQiDhlcv3QrEuv/E=";
};
propagatedBuildInputs = [