python3Packages.craft-store: 3.2.1 -> 3.2.2

This commit is contained in:
R. Ryantm
2025-06-12 14:19:00 +00:00
parent af17f1e57c
commit 25145eecee
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "craft-store";
version = "3.2.1";
version = "3.2.2";
pyproject = true;
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-store";
tag = version;
hash = "sha256-rJ7FXHDrJ7w+dFPBs7MhT4iqN6KCWaqrmlCni5kUEKI=";
hash = "sha256-ODchOdEzzR8LXdPgPVXp0mWIu2rr5yzrfUDbOVW1xXc=";
};
postPatch = ''