python312Packages.craft-grammar: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm
2025-03-11 22:57:30 +00:00
parent e735fed7a7
commit 129ee65036
@@ -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 ];