python3Packages.craft-parts: 2.16.0 -> 2.18.0 (#426281)

This commit is contained in:
Jon Seager
2025-07-18 08:23:40 +01:00
committed by GitHub
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "craft-parts";
version = "2.16.0";
version = "2.18.0";
pyproject = true;
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-parts";
tag = version;
hash = "sha256-JuFx5Ap2ioYsc20E5Ho4z+/DFs7d+OBF3XLlOOZ10Zk=";
hash = "sha256-mjmWB6kgQNY++aAb9Ql/1cISGqX1mivz62y0Sa65FwM=";
};
patches = [ ./bash-path.patch ];