charmcraft: 3.5.1 -> 3.5.2

This commit is contained in:
Jon Seager 2025-07-02 16:43:24 +01:00
parent 1a6af86f80
commit 7eda8b09df
No known key found for this signature in database

View File

@ -44,7 +44,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "charmcraft";
version = "3.5.1";
version = "3.5.2";
pyproject = true;
@ -52,7 +52,7 @@ python.pkgs.buildPythonApplication rec {
owner = "canonical";
repo = "charmcraft";
tag = version;
hash = "sha256-4zlUHttny6nIRhx/5aDz2sh1Va0+nN+7cezBGtt5Img=";
hash = "sha256-WpiLi8raY1f6+Jjlamp+eDh429gjSwSufNfoPOcGIgU=";
};
postPatch = ''