about summary refs log tree commit diff
path: root/pkgs/development/python-modules/py-partiql-parser
diff options
context:
space:
mode:
authorScott Dier <scott@dier.name>2023-11-25 16:23:26 +0100
committerScott Dier <scott@dier.name>2023-11-27 23:37:49 +0100
commitae18f5de96e1424846f5c3fb3f50da69d2c64030 (patch)
treeb8342fb01a289c840b662148ab1eb85db35fad83 /pkgs/development/python-modules/py-partiql-parser
parent5719ed68537d46a8bf0c13b3a2204c0c169fb6be (diff)
python311Packages.py-partialql-parser: 0.4.0 -> 0.4.2
Diffstat (limited to 'pkgs/development/python-modules/py-partiql-parser')
-rw-r--r--pkgs/development/python-modules/py-partiql-parser/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/py-partiql-parser/default.nix b/pkgs/development/python-modules/py-partiql-parser/default.nix
index 56036d21c1093..fd2fb808bb437 100644
--- a/pkgs/development/python-modules/py-partiql-parser/default.nix
+++ b/pkgs/development/python-modules/py-partiql-parser/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "py-partiql-parser";
-  version = "0.4.0";
+  version = "0.4.2";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "getmoto";
     repo = "py-partiql-parser";
     rev = "refs/tags/${version}";
-    hash = "sha256-gxoBc7PjS4EQix38VNX6u9cwy4FCjENcUN1euOJJLCo=";
+    hash = "sha256-EV5Md7dAkHcBbfF4DhmUHwKxjlXI4Jbb1VryeOwRTWo=";
   };
 
   nativeBuildInputs = [