python3Packages.awswrangler: 3.11.0 -> 3.12.0

This commit is contained in:
R. Ryantm 2025-06-03 08:24:30 +00:00
parent db6553cfc3
commit a5d6651ce1

View file

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "awswrangler";
version = "3.11.0";
version = "3.12.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "aws";
repo = "aws-sdk-pandas";
tag = version;
hash = "sha256-dIdNrfhBrfrzXmspw25yd/y6MbXRrLfDveCQk+AERV0=";
hash = "sha256-BudK7pP7b8YJRyDCQAZv8FtxF5paA+AR/ZBt9UO3XjM=";
};
pythonRelaxDeps = [
@ -86,7 +86,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Pandas on AWS";
homepage = "https://github.com/aws/aws-sdk-pandas";
changelog = "https://github.com/aws/aws-sdk-pandas/releases/tag/${version}";
changelog = "https://github.com/aws/aws-sdk-pandas/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ mcwitt ];
};