File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
pkgs/by-name/ch/charmcraft Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 88
99python3Packages . buildPythonApplication rec {
1010 pname = "charmcraft" ;
11- version = "3.2 .2" ;
11+ version = "3.4 .2" ;
1212
1313 pyproject = true ;
1414
1515 src = fetchFromGitHub {
1616 owner = "canonical" ;
1717 repo = "charmcraft" ;
1818 tag = version ;
19- hash = "sha256-2MI2cbAohfTgbilxZcFvmxt/iVjR6zJ2o0gequB//hg =" ;
19+ hash = "sha256-6ucF0iQxQrFFz7jlaktYsB538W8jbX+Sw5hP0/VoYsk =" ;
2020 } ;
2121
2222 postPatch = ''
@@ -35,6 +35,7 @@ python3Packages.buildPythonApplication rec {
3535 humanize
3636 jinja2
3737 jsonschema
38+ pip
3839 pydantic
3940 python-dateutil
4041 pyyaml
@@ -51,11 +52,14 @@ python3Packages.buildPythonApplication rec {
5152 pythonRelaxDeps = [
5253 "urllib3"
5354 "craft-application"
55+ "pip"
56+ "pydantic"
5457 ] ;
5558
5659 nativeCheckInputs =
5760 with python3Packages ;
5861 [
62+ freezegun
5963 hypothesis
6064 pyfakefs
6165 pytest-check
You can’t perform that action at this time.
0 commit comments