mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-17 06:59:46 +03:00
python3Packages.awswrangler: 3.11.0 -> 3.12.0
This commit is contained in:
parent
db6553cfc3
commit
a5d6651ce1
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "awswrangler";
|
pname = "awswrangler";
|
||||||
version = "3.11.0";
|
version = "3.12.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||||
owner = "aws";
|
owner = "aws";
|
||||||
repo = "aws-sdk-pandas";
|
repo = "aws-sdk-pandas";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-dIdNrfhBrfrzXmspw25yd/y6MbXRrLfDveCQk+AERV0=";
|
hash = "sha256-BudK7pP7b8YJRyDCQAZv8FtxF5paA+AR/ZBt9UO3XjM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
@ -86,7 +86,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Pandas on AWS";
|
description = "Pandas on AWS";
|
||||||
homepage = "https://github.com/aws/aws-sdk-pandas";
|
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;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ mcwitt ];
|
maintainers = with maintainers; [ mcwitt ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue