Skip to content

Commit

Permalink
Merge pull request #140611 from NeQuissimus/python3Packages.sagemaker
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 5, 2021
2 parents b93544b + 23754c1 commit f8edb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/sagemaker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit f8edb26

Please sign in to comment.