mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
python310Packages.pyathena: 2.3.2 -> 2.4.1
This commit is contained in:
parent
7e89775a9e
commit
2f066bd7fc
@ -9,12 +9,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyathena";
|
pname = "pyathena";
|
||||||
version = "2.3.2";
|
version = "2.4.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "PyAthena";
|
pname = "PyAthena";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "20a473c52e76a211c427d2f711af0a04804a70fc036ab884780e42e0dc2025f7";
|
sha256 = "9d42b4e2cdbd8c48f8157692b50681b08569aa3cac3a9694e671ec9aa40f969b";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Nearly all tests depend on a working AWS Athena instance,
|
# Nearly all tests depend on a working AWS Athena instance,
|
||||||
|
Loading…
Reference in New Issue
Block a user