python311Packages.sqlglot: 20.9.0 -> 21.1.1

This commit is contained in:
annalee 2024-02-14 23:14:49 +00:00
parent e72db5d171
commit fc7168d8d9
No known key found for this signature in database

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "sqlglot";
version = "20.9.0";
version = "21.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
repo = "sqlglot";
owner = "tobymao";
rev = "refs/tags/v${version}";
hash = "sha256-4czhmAJUDRj0x8dCmIXg5BQ1Uvie5vx+UtWdSSY5mnM=";
hash = "sha256-xMKDkhotVBkLzn+f9RMGCPfWTF4Rz9a193nSJv5z+iA=";
};
nativeBuildInputs = [