summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPhillip Cloud <417981+cpcloud@users.noreply.github.com>2023-08-21 05:28:03 -0400
committerPhillip Cloud <417981+cpcloud@users.noreply.github.com>2023-08-21 05:37:35 -0400
commitf234ec95871aa413e5bd4db367a8e730c9e2525b (patch)
tree8913e409dbc7cf910389f5ff0631b6197f3a2c0c /pkgs
parent04146ce1c40f6a7941d484113935a448a0a8c922 (diff)
python3Packages.sqlglot: 17.8.0 -> 17.14.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/sqlglot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sqlglot/default.nix b/pkgs/development/python-modules/sqlglot/default.nix
index 23ccc77fd7893..a5d3e5ea11fb4 100644
--- a/pkgs/development/python-modules/sqlglot/default.nix
+++ b/pkgs/development/python-modules/sqlglot/default.nix
@@ -9,7 +9,7 @@
 }:
 buildPythonPackage rec {
   pname = "sqlglot";
-  version = "17.8.0";
+  version = "17.14.2";
 
   disabled = pythonOlder "3.8";
 
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     repo = "sqlglot";
     owner = "tobymao";
     rev = "v${version}";
-    hash = "sha256-jZuSxmuVcNjeWAvxy7ssabw1/E4rYMopNTAnwttSUr8=";
+    hash = "sha256-aImshQ5jf0k62ucpK4X8G7uHGAFQkhGgjMYo4mvSvew=";
   };
 
   SETUPTOOLS_SCM_PRETEND_VERSION = version;