python3Packages.awswrangler: 3.7.3 -> 3.8.0

https://github.com/aws/aws-sdk-pandas/releases/tag/3.8.0
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:44 +02:00
parent 688f06fbe4
commit 48d751c0da
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "awswrangler";
version = "3.7.3";
version = "3.8.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-gm6ieteW+NcY+AOLcMZLUPcSi2Z/Mo27rzd1i9imp5I=";
hash = "sha256-2eF8WDhWfYgR3Ce/ehzCBtUdGUFzNmrTNfnatDpCg7Q=";
};
pythonRelaxDeps = [ "packaging" ];