Unverified Commit 2a3e9448 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.pyathena: 3.15.0 -> 3.16.0 (#430580)

parents 374de4c1 f1b31e3e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "pyathena";
  version = "3.15.0";
  version = "3.16.0";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-F3XquRYvwWFLqGHokxaRxsNM4pANemCweU3tVmhn0M4=";
    hash = "sha256-4lTxUgINLZRzDEuy/YZDlw0O02yrz38UxVBW97zTfok=";
  };

  build-system = [ hatchling ];