Skip to content

Commit b4c51dc

Browse files
committed
charmcraft: 3.2.2 -> 3.4.2
1 parent 3f437f9 commit b4c51dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pkgs/by-name/ch/charmcraft/package.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
python3Packages.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

0 commit comments

Comments
 (0)