Merge pull request #309792 from r-ryantm/auto-update/python311Packages.craft-application

This commit is contained in:
Jon Seager 2024-05-07 11:44:27 +02:00 committed by GitHub
commit 36c4847efc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "craft-application";
version = "2.6.1";
version = "2.6.3";
pyproject = true;
disabled = pythonOlder "3.10";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-application";
rev = "refs/tags/${version}";
hash = "sha256-mWXEc54JsZAl6KD33RF8juzDhFheQOLviJbM1B8RPSo=";
hash = "sha256-ZhZoR8O5oxcF8+zzihiIbiC/j3AkDL7AjaJSlZ0N48s=";
};
postPatch = ''