nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

authored by

Nick Cao and committed by
GitHub
2a3e9448 374de4c1

+2 -2
+2 -2
pkgs/development/python-modules/pyathena/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "pyathena"; 20 - version = "3.15.0"; 20 + version = "3.16.0"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.9"; 24 24 25 25 src = fetchPypi { 26 26 inherit pname version; 27 - hash = "sha256-F3XquRYvwWFLqGHokxaRxsNM4pANemCweU3tVmhn0M4="; 27 + hash = "sha256-4lTxUgINLZRzDEuy/YZDlw0O02yrz38UxVBW97zTfok="; 28 28 }; 29 29 30 30 build-system = [ hatchling ];