Unverified Commit 72eadb18 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

charmcraft: 3.4.5 -> 3.4.6 (#404472)

parents 6c4f42fd 7f7df502
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.4.5";
  version = "3.4.6";

  pyproject = true;

@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
    owner = "canonical";
    repo = "charmcraft";
    tag = version;
    hash = "sha256-h2lviMU81KksEIltpOH+Oka8NWyKn9CrFP+lSyEMmLM=";
    hash = "sha256-i7XhsVmeO3fzAWCQ1v9J/dv4oSdN00svauIColQcj9A=";
  };

  postPatch = ''