charmcraft: 3.2.1 -> 3.2.2

This commit is contained in:
R. Ryantm 2024-10-23 03:10:05 +00:00
parent ee8bdf4f09
commit dfd0a8366e

View File

@ -8,7 +8,7 @@
python3Packages.buildPythonApplication rec {
pname = "charmcraft";
version = "3.2.1";
version = "3.2.2";
pyproject = true;
@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
owner = "canonical";
repo = "charmcraft";
rev = "refs/tags/${version}";
hash = "sha256-VqJZP82OIfxPBkayq0ijXDsotgKPbo34RTMuNkLfjls=";
hash = "sha256-2MI2cbAohfTgbilxZcFvmxt/iVjR6zJ2o0gequB//hg=";
};
postPatch = ''