diff options
Diffstat (limited to 'databases/py-sqlglot/Makefile')
-rw-r--r-- | databases/py-sqlglot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlglot/Makefile b/databases/py-sqlglot/Makefile index 104977b59355..98b7069ed3e7 100644 --- a/databases/py-sqlglot/Makefile +++ b/databases/py-sqlglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlglot -PORTVERSION= 26.24.0 +PORTVERSION= 26.25.3 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +24,6 @@ NO_ARCH= yes OPTIONS_DEFINE= RS RS_DESC= SQL parser and transpiler in Rust -RS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlglotrs>=0.5.0<0.5.0_99:databases/py-sqlglotrs@${PY_FLAVOR} +RS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlglotrs>=0.6.1<0.6.1_99:databases/py-sqlglotrs@${PY_FLAVOR} .include <bsd.port.mk> |