Skip to content

Commit 129ee65

Browse files
committed
python312Packages.craft-grammar: 2.0.1 -> 2.0.2
1 parent e735fed commit 129ee65

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/craft-grammar

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/craft-grammar/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212

1313
buildPythonPackage rec {
1414
pname = "craft-grammar";
15-
version = "2.0.1";
15+
version = "2.0.2";
1616

1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "canonical";
2121
repo = "craft-grammar";
2222
tag = version;
23-
hash = "sha256-xex+7rCXqRegnws470VtVltM49fx7fSHzWDZawRmOdM=";
23+
hash = "sha256-i6dy0YNCsYIW9Uw9RcnTrOXMY6Sgwftrg27WE3tskoA=";
2424
};
2525

2626
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)