mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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 {
|
||||
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 ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue