3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.sqlglot: 15.0.0 -> 16.3.1

Release notes: https://github.com/tobymao/sqlglot/blob/v16.3.1/CHANGELOG.md
This commit is contained in:
Phillip Cloud 2023-06-18 06:23:36 -04:00
parent 130b79cbaf
commit 367403c873
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
pname = "sqlglot";
version = "15.0.0";
version = "16.3.1";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
repo = "sqlglot";
owner = "tobymao";
rev = "v${version}";
hash = "sha256-F95JUYUgimWMyfPAV55e+bOcvWy5A95djKcJuSQ8RRs=";
hash = "sha256-EN5ocyXCZaWE1BaC2eDg41+o5BoHAog1372b9rc2IDM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;