Unverified Commit 5ab59886 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.awswrangler: 3.13.0 -> 3.14.0 (#460526)

parents 27e7d775 1c45f389
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

buildPythonPackage rec {
  pname = "awswrangler";
  version = "3.13.0";
  version = "3.14.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aws";
    repo = "aws-sdk-pandas";
    tag = version;
    hash = "sha256-MkoJpztVjwZbGcJTdnLRF7ZtIFd0qGoz/cksEoqLe4w=";
    hash = "sha256-n2NJskgNzYPSwhy8ATYc8t6t2qRB9wh+7foegQG2GZs=";
  };

  pythonRelaxDeps = [