python3Packages.craft-parts: 2.15.0 -> 2.16.0 (#423733)

This commit is contained in:
Jon Seager
2025-07-09 14:25:05 +02:00
committed by GitHub
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "craft-parts";
version = "2.15.0";
version = "2.16.0";
pyproject = true;
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-parts";
tag = version;
hash = "sha256-UW4VdJvEG4w7CM5aj1OKK91nsywQgsguJ+tnhEbqwYA=";
hash = "sha256-JuFx5Ap2ioYsc20E5Ho4z+/DFs7d+OBF3XLlOOZ10Zk=";
};
patches = [ ./bash-path.patch ];