charmcraft: 3.5.0 -> 3.5.1

This commit is contained in:
Jon Seager
2025-06-13 14:35:17 +01:00
parent 93bc5f9751
commit 6f4d3e3c2c
+2 -2
View File
@@ -32,7 +32,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "charmcraft";
version = "3.5.0";
version = "3.5.1";
pyproject = true;
@@ -40,7 +40,7 @@ python.pkgs.buildPythonApplication rec {
owner = "canonical";
repo = "charmcraft";
tag = version;
hash = "sha256-NIOfjd4r9mDP0x1IpIVJlU+Aza0a17bc3jDxtInrf4A=";
hash = "sha256-4zlUHttny6nIRhx/5aDz2sh1Va0+nN+7cezBGtt5Img=";
};
postPatch = ''