about summary refs log tree commit diff
path: root/pkgs/development/python-modules/py-partiql-parser
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-10-22 17:02:01 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-10-24 00:06:48 +0200
commit81ce61c9391122cd5c74c0e53f3704ad3f297a1e (patch)
tree46e2af96efda176df992833621ab2815afd40156 /pkgs/development/python-modules/py-partiql-parser
parent5f037625ad6b8ed5f5b3e7851dd931760bb3a483 (diff)
python311Packages.py-partiql-parser: 0.3.8 -> 0.4.0
https://github.com/getmoto/py-partiql-parser/blob/0.4.0/CHANGELOG.md
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 07855f6b32881..56036d21c1093 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.3.8";
+  version = "0.4.0";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "getmoto";
     repo = "py-partiql-parser";
     rev = "refs/tags/${version}";
-    hash = "sha256-uIO06RRuUuE9qCEg/tTcn68i7vaFAAeFhxdxW9WAbuw=";
+    hash = "sha256-gxoBc7PjS4EQix38VNX6u9cwy4FCjENcUN1euOJJLCo=";
   };
 
   nativeBuildInputs = [