Skip to content

Commit 98ed26f

Browse files
authored
python312Packages.craft-grammar: 2.0.1 -> 2.0.2 (#389113)
2 parents 76f2ce1 + 5270a7d commit 98ed26f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkgs/by-name/sn/snapcraft/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ python3Packages.buildPythonApplication rec {
104104
build-system = with python3Packages; [ setuptools-scm ];
105105

106106
pythonRelaxDeps = [
107+
"click"
107108
"craft-parts"
108109
"cryptography"
109110
"docutils"

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)