From f16255c794d256282f63d6a6a1fee539c9db2e46 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Wed, 27 Aug 2025 16:35:06 +0100 Subject: [PATCH] python3Packages.craft-grammar: 2.1.0 -> 2.2.0 --- pkgs/development/python-modules/craft-grammar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/craft-grammar/default.nix b/pkgs/development/python-modules/craft-grammar/default.nix index 53c8a3691462..a464fd1f15d3 100644 --- a/pkgs/development/python-modules/craft-grammar/default.nix +++ b/pkgs/development/python-modules/craft-grammar/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "craft-grammar"; - version = "2.1.0"; + version = "2.2.0"; pyproject = true; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "canonical"; repo = "craft-grammar"; tag = version; - hash = "sha256-R1+8KuJmG12WhJyeOu5G43hcXPHBD6UOqcKRePQNiZM="; + hash = "sha256-URyc+N2WSXnjurqd1ieV2mN4Uf9m0zivupRuKmH6s8Q="; }; build-system = [ setuptools-scm ];