Commit 9be321d6 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.craft-parts: 1.29.0 -> 1.30.0

parent 8036f1ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "craft-parts";
  version = "1.29.0";
  version = "1.30.0";

  pyproject = true;

@@ -34,7 +34,7 @@ buildPythonPackage rec {
    owner = "canonical";
    repo = "craft-parts";
    rev = "refs/tags/${version}";
    hash = "sha256-3AWiuRGUGj6q6ZEnShc64DSL1S6kTsry4Z1IYMelvzg=";
    hash = "sha256-JEf5JYDBH4Pm5ke++7GkpimM8Ec0dFe1GGxruntjmVE=";
  };

  patches = [