python312Packages.awswrangler: 3.7.1 -> 3.7.2

This commit is contained in:
R. Ryantm 2024-03-28 03:01:59 +00:00
parent 68e06b5c72
commit 0a0e9ec3e9
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "awswrangler";
version = "3.7.1";
version = "3.7.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "aws";
repo = "aws-sdk-pandas";
rev = "refs/tags/${version}";
hash = "sha256-6HocnnPG/Id+49NN3WqnSYEnsijA2r13WM2NJIxVwFs=";
hash = "sha256-1eb2oTiRNxA2XTpkScA5WJutN5P6FX96jC4Ra9VdonI=";
};
nativeBuildInputs = [