Skip to content

Commit

Permalink
Merge pull request #179642 from r-ryantm/auto-update/python3.10-sagem…
Browse files Browse the repository at this point in the history
…aker

python310Packages.sagemaker: 2.96.0 -> 2.97.0
  • Loading branch information
fabaff committed Jun 30, 2022
2 parents 604ec5b + ccef4ed commit 7346675
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 @@ -17,14 +17,14 @@

buildPythonPackage rec {
pname = "sagemaker";
version = "2.96.0";
version = "2.97.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-40xvL7EwCDx/zsYHJhczx1MqVVrwQiDhlcv3QrEuv/E=";
hash = "sha256-iHh6WOefWmoLDzZYk1p2TtR0CAudP+paQOOj3RVFlRE=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 7346675

Please sign in to comment.