lol

python3Packages.py-partiql-parser: 0.5.6 -> 0.6.1

https://github.com/getmoto/py-partiql-parser/blob/0.6.1/CHANGELOG.md

+3 -3
+3 -3
pkgs/development/python-modules/py-partiql-parser/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "py-partiql-parser"; 13 - version = "0.5.6"; 13 + version = "0.6.1"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "getmoto"; 20 20 repo = "py-partiql-parser"; 21 21 tag = version; 22 - hash = "sha256-uEpgcY2bBaeFaK/0gWg1ef81FmKJy7m5G21aETW9QXU="; 22 + hash = "sha256-2qCGNRoeMRe5fPzoWFD9umZgUDW6by7jNfO/BByQGwE="; 23 23 }; 24 24 25 25 build-system = [ hatchling ]; ··· 34 34 meta = with lib; { 35 35 description = "Tokenizer/parser/executor for the PartiQL-language"; 36 36 homepage = "https://github.com/getmoto/py-partiql-parser"; 37 - changelog = "https://github.com/getmoto/py-partiql-parser/blob/${version}/CHANGELOG.md"; 37 + changelog = "https://github.com/getmoto/py-partiql-parser/blob/${src.tag}/CHANGELOG.md"; 38 38 license = licenses.mit; 39 39 maintainers = with maintainers; [ centromere ]; 40 40 };