python38Packages.pyathena: 2.3.0 -> 2.3.2

This commit is contained in:
R. Ryantm 2021-12-07 10:45:02 +00:00
parent 0dc7780aab
commit 9fa33b6c8c

View file

@ -9,12 +9,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyathena"; pname = "pyathena";
version = "2.3.0"; version = "2.3.2";
src = fetchPypi { src = fetchPypi {
pname = "PyAthena"; pname = "PyAthena";
inherit version; inherit version;
sha256 = "08fl653yayvqi991zvcai5ifcxwy9ip6xh0cr3lbimggjnjgwsl5"; sha256 = "20a473c52e76a211c427d2f711af0a04804a70fc036ab884780e42e0dc2025f7";
}; };
# Nearly all tests depend on a working AWS Athena instance, # Nearly all tests depend on a working AWS Athena instance,