From b84a2b75e3705ff0f955aa015ebdc592a4bc944a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:17:17 +0100 Subject: [PATCH] python3Packages.py-partiql-parser: 0.5.6 -> 0.6.1 https://github.com/getmoto/py-partiql-parser/blob/0.6.1/CHANGELOG.md --- .../python-modules/py-partiql-parser/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/py-partiql-parser/default.nix b/pkgs/development/python-modules/py-partiql-parser/default.nix index 454565c76417..6bd322ec9c84 100644 --- a/pkgs/development/python-modules/py-partiql-parser/default.nix +++ b/pkgs/development/python-modules/py-partiql-parser/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "py-partiql-parser"; - version = "0.5.6"; + version = "0.6.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "getmoto"; repo = "py-partiql-parser"; tag = version; - hash = "sha256-uEpgcY2bBaeFaK/0gWg1ef81FmKJy7m5G21aETW9QXU="; + hash = "sha256-2qCGNRoeMRe5fPzoWFD9umZgUDW6by7jNfO/BByQGwE="; }; build-system = [ hatchling ]; @@ -34,7 +34,7 @@ buildPythonPackage rec { meta = with lib; { description = "Tokenizer/parser/executor for the PartiQL-language"; homepage = "https://github.com/getmoto/py-partiql-parser"; - changelog = "https://github.com/getmoto/py-partiql-parser/blob/${version}/CHANGELOG.md"; + changelog = "https://github.com/getmoto/py-partiql-parser/blob/${src.tag}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ centromere ]; };