Merge pull request #299643 from r-ryantm/auto-update/python312Packages.awswrangler

python312Packages.awswrangler: 3.7.1 -> 3.7.2
This commit is contained in:
Fabian Affolter 2024-03-28 09:38:58 +01:00 committed by GitHub
commit 918363e6fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,8 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "awswrangler"; pname = "awswrangler";
version = "3.7.1"; version = "3.7.2";
format = "pyproject"; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -34,14 +34,14 @@ buildPythonPackage rec {
owner = "aws"; owner = "aws";
repo = "aws-sdk-pandas"; repo = "aws-sdk-pandas";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-6HocnnPG/Id+49NN3WqnSYEnsijA2r13WM2NJIxVwFs="; hash = "sha256-1eb2oTiRNxA2XTpkScA5WJutN5P6FX96jC4Ra9VdonI=";
}; };
nativeBuildInputs = [ build-system = [
poetry-core poetry-core
]; ];
propagatedBuildInputs = [ dependencies = [
boto3 boto3
gremlinpython gremlinpython
jsonpath-ng jsonpath-ng