python312Packages.craft-platforms: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm
2024-12-20 20:39:14 +00:00
parent c57e953dcf
commit af37213ffd
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "craft-platforms";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-platforms";
rev = "refs/tags/${version}";
hash = "sha256-MzHjnOvsloT1Vf5NjI5jyFBvCo3v5ovvpWuwOJ/O/0A=";
hash = "sha256-P7GC+t/rs49/a85Bxy6x4cRyCEaHG4b7SIb85sMj7Yk=";
};
postPatch = ''