python310Packages.pyathena: 2.3.2 -> 2.4.1

This commit is contained in:
R. Ryantm 2022-01-20 06:51:27 +00:00
parent 7e89775a9e
commit 2f066bd7fc

View File

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