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

python312Packages.awswrangler: 3.8.0 -> 3.9.0
This commit is contained in:
OTABI Tomoya 2024-07-27 14:25:34 +09:00 committed by GitHub
commit 00cb099ba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "awswrangler";
version = "3.8.0";
version = "3.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "aws";
repo = "aws-sdk-pandas";
rev = "refs/tags/${version}";
hash = "sha256-2eF8WDhWfYgR3Ce/ehzCBtUdGUFzNmrTNfnatDpCg7Q=";
hash = "sha256-XhTRnQ2wsCD2jiiRFHDagmMB26lZ8Oj+tscgVypN0+c=";
};
pythonRelaxDeps = [ "packaging" ];