python3Packages.sagemaker: 2.59.6 -> 2.59.7

This commit is contained in:
Tim Steinbach 2021-10-05 04:21:20 -04:00
parent e143b6b572
commit 23754c1a1c
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.59.6";
version = "2.59.7";
src = fetchPypi {
inherit pname version;
sha256 = "4bf7a6c541dbb0d29af9a7fba0159946f67974fbc8e76d2587e601d59f83fd45";
sha256 = "sha256-6tNUI08Fp2zITH1ILfVVEU0VhgvLogWfXPr9dkAKQEk=";
};
pythonImportsCheck = [