Unverified Commit 7eda8b09 authored by Jon Seager's avatar Jon Seager
Browse files

charmcraft: 3.5.1 -> 3.5.2

parent 1a6af86f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "charmcraft";
  version = "3.5.1";
  version = "3.5.2";

  pyproject = true;

@@ -52,7 +52,7 @@ python.pkgs.buildPythonApplication rec {
    owner = "canonical";
    repo = "charmcraft";
    tag = version;
    hash = "sha256-4zlUHttny6nIRhx/5aDz2sh1Va0+nN+7cezBGtt5Img=";
    hash = "sha256-WpiLi8raY1f6+Jjlamp+eDh429gjSwSufNfoPOcGIgU=";
  };

  postPatch = ''