python312Packages.craft-grammar: 2.0.1 -> 2.0.2 (#389113)

authored by

Jon Seager and committed by
GitHub
98ed26fd 76f2ce13

+3 -2
+1
pkgs/by-name/sn/snapcraft/package.nix
··· 104 104 build-system = with python3Packages; [ setuptools-scm ]; 105 105 106 106 pythonRelaxDeps = [ 107 + "click" 107 108 "craft-parts" 108 109 "cryptography" 109 110 "docutils"
+2 -2
pkgs/development/python-modules/craft-grammar/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "craft-grammar"; 15 - version = "2.0.1"; 15 + version = "2.0.2"; 16 16 17 17 pyproject = true; 18 18 ··· 20 20 owner = "canonical"; 21 21 repo = "craft-grammar"; 22 22 tag = version; 23 - hash = "sha256-xex+7rCXqRegnws470VtVltM49fx7fSHzWDZawRmOdM="; 23 + hash = "sha256-i6dy0YNCsYIW9Uw9RcnTrOXMY6Sgwftrg27WE3tskoA="; 24 24 }; 25 25 26 26 build-system = [ setuptools-scm ];