Unverified Commit 1a6af86f authored by Jon Seager's avatar Jon Seager
Browse files

python3Packages.craft-store: 3.2.2 -> 3.3.0

parent 4884eded
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

buildPythonPackage rec {
  pname = "craft-store";
  version = "3.2.2";
  version = "3.3.0";

  pyproject = true;

@@ -33,7 +33,7 @@ buildPythonPackage rec {
    owner = "canonical";
    repo = "craft-store";
    tag = version;
    hash = "sha256-ODchOdEzzR8LXdPgPVXp0mWIu2rr5yzrfUDbOVW1xXc=";
    hash = "sha256-ige4R5nwlfeSDyhzw0TDQMMIcExIJQuFAFvbNEpreSs=";
  };

  postPatch = ''