Commit f1b31e3e authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pyathena: 3.15.0 -> 3.16.0

parent c148f7b9
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 ];