Skip to content

Commit

Permalink
charmcraft: 3.2.2 -> 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Feb 11, 2025
1 parent 3f437f9 commit b4c51dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/by-name/ch/charmcraft/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

python3Packages.buildPythonApplication rec {
pname = "charmcraft";
version = "3.2.2";
version = "3.4.2";

pyproject = true;

src = fetchFromGitHub {
owner = "canonical";
repo = "charmcraft";
tag = version;
hash = "sha256-2MI2cbAohfTgbilxZcFvmxt/iVjR6zJ2o0gequB//hg=";
hash = "sha256-6ucF0iQxQrFFz7jlaktYsB538W8jbX+Sw5hP0/VoYsk=";
};

postPatch = ''
Expand All @@ -35,6 +35,7 @@ python3Packages.buildPythonApplication rec {
humanize
jinja2
jsonschema
pip
pydantic
python-dateutil
pyyaml
Expand All @@ -51,11 +52,14 @@ python3Packages.buildPythonApplication rec {
pythonRelaxDeps = [
"urllib3"
"craft-application"
"pip"
"pydantic"
];

nativeCheckInputs =
with python3Packages;
[
freezegun
hypothesis
pyfakefs
pytest-check
Expand Down

0 comments on commit b4c51dc

Please sign in to comment.