mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
python311Packages.sqlglot: 17.14.2 -> 20.9.0
Diff: https://github.com/tobymao/sqlglot/compare/refs/tags/v17.14.2...v20.9.0 Changelog: https://github.com/tobymao/sqlglot/blob/v20.9.0/CHANGELOG.md
This commit is contained in:
parent
7c92405b77
commit
0bea6f4a37
@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sqlglot";
|
||||
version = "17.14.2";
|
||||
version = "20.9.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
repo = "sqlglot";
|
||||
owner = "tobymao";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-aImshQ5jf0k62ucpK4X8G7uHGAFQkhGgjMYo4mvSvew=";
|
||||
hash = "sha256-4czhmAJUDRj0x8dCmIXg5BQ1Uvie5vx+UtWdSSY5mnM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user