Unverified Commit 1e138c8f authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

python3Packages.craft-archives: 2.0.2 -> 2.1.0 (#385219)

parents e45429f3 1b50b4c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''