Unverified Commit 95da217b authored by Jon Seager's avatar Jon Seager
Browse files

python3Packages.craft-application: 4.9.0 -> 4.9.1

parent 4da9a07c
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 = ''