Unverified Commit 8d1d9915 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

python3Packages.craft-application: 4.9.0 -> 4.9.1 (#381852)

parents a5c512a2 95da217b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,14 +30,14 @@

buildPythonPackage rec {
  pname = "craft-application";
  version = "4.9.0";
  version = "4.9.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "canonical";
    repo = "craft-application";
    tag = version;
    hash = "sha256-DprItAuGjw8AACeJDrIa6KIWLSyImuWI0qeROpPohtM=";
    hash = "sha256-Jg+8C16qCr8HGUGtTi3eDhEFhoiR+0EFjLaUtPvXCW8=";
  };

  postPatch = ''