charmcraft: 3.5.2 -> 3.5.3

This commit is contained in:
R. Ryantm
2025-08-18 06:50:36 +00:00
parent e2de2c4a35
commit 8b7e21778f
+2 -2
View File
@@ -44,7 +44,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "charmcraft";
version = "3.5.2";
version = "3.5.3";
pyproject = true;
@@ -52,7 +52,7 @@ python.pkgs.buildPythonApplication rec {
owner = "canonical";
repo = "charmcraft";
tag = version;
hash = "sha256-WpiLi8raY1f6+Jjlamp+eDh429gjSwSufNfoPOcGIgU=";
hash = "sha256-SPWbHyHp1SIwDmcpBftUJ7SXggkGsxPvZyfRVm67KFM=";
};
postPatch = ''