diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-27 12:08:22 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-27 12:08:22 +0800 |
commit | 7b94ba5f89c8940f94e1333280a17742d88c3e4b (patch) | |
tree | 5f03c5b25fec829854b791f789b9c2d560b8ab4e /databases/py-sqlglot/Makefile | |
parent | databases/py-sqlalchemy20: Update to 2.0.13 (diff) |
databases/py-sqlglot: Update to 12.2.1
Changes: https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md
Diffstat (limited to 'databases/py-sqlglot/Makefile')
-rw-r--r-- | databases/py-sqlglot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index e03c58f519af..5d04291d0ec7 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlglot -PORTVERSION= 12.1.0 +PORTVERSION= 12.2.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |