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

This commit is contained in:
Jon Seager
2025-03-12 09:31:24 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ python3Packages.buildPythonApplication rec {
build-system = with python3Packages; [ setuptools-scm ];
pythonRelaxDeps = [
"click"
"craft-parts"
"cryptography"
"docutils"

View File

@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "craft-grammar";
version = "2.0.1";
version = "2.0.2";
pyproject = true;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-grammar";
tag = version;
hash = "sha256-xex+7rCXqRegnws470VtVltM49fx7fSHzWDZawRmOdM=";
hash = "sha256-i6dy0YNCsYIW9Uw9RcnTrOXMY6Sgwftrg27WE3tskoA=";
};
build-system = [ setuptools-scm ];