Unverified Commit 259e3cb0 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

python312Packages.craft-application: 4.2.4 -> 4.2.5 (#346661)

parents abb12714 3ca143f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

buildPythonPackage rec {
  pname = "craft-application";
  version = "4.2.4";
  version = "4.2.5";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
    owner = "canonical";
    repo = "craft-application";
    rev = "refs/tags/${version}";
    hash = "sha256-Z9jiIVPh/DozFHoE478VQWinpohOOQplkxFP2ZyAySE=";
    hash = "sha256-Y/Eci0ByE1HxUcxWhpQq0F2Ef1xkXZMBDGmUSIyPKII=";
  };

  postPatch = ''