Unverified Commit 98ed26fd authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

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

parents 76f2ce13 5270a7d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@ python3Packages.buildPythonApplication rec {
  build-system = with python3Packages; [ setuptools-scm ];

  pythonRelaxDeps = [
    "click"
    "craft-parts"
    "cryptography"
    "docutils"
+2 −2
Original line number Diff line number Diff line
@@ -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 ];