python3Packages.craft-archives: 2.0.2 -> 2.1.0

This commit is contained in:
Jon Seager
2025-02-26 10:32:56 +00:00
parent e45429f394
commit 1b50b4c908
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "craft-archives";
version = "2.0.2";
version = "2.1.0";
pyproject = true;
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-archives";
tag = version;
hash = "sha256-1HEz4d1WLQDDHga7X+V/37n8E7JK/k0z+UDeNEiLOHs=";
hash = "sha256-VjGoAsmdYyoU7ngU69HVNauEk2/vbcEz2tMCTmjheF4=";
};
postPatch = ''