File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
development/python-modules/craft-grammar Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 1212
1313buildPythonPackage 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 ] ;
You can’t perform that action at this time.
0 commit comments