Unverified Commit 8284d882 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

charmcraft: 3.2.1 -> 3.2.2 (#350621)

parents ca92730e dfd0a836
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

python3Packages.buildPythonApplication rec {
  pname = "charmcraft";
  version = "3.2.1";
  version = "3.2.2";

  pyproject = true;

@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
    owner = "canonical";
    repo = "charmcraft";
    rev = "refs/tags/${version}";
    hash = "sha256-VqJZP82OIfxPBkayq0ijXDsotgKPbo34RTMuNkLfjls=";
    hash = "sha256-2MI2cbAohfTgbilxZcFvmxt/iVjR6zJ2o0gequB//hg=";
  };

  postPatch = ''