python3Packages.craft-parts: 2.16.0 -> 2.18.0

This commit is contained in:
R. Ryantm
2025-07-18 04:16:13 +00:00
parent 751c64a795
commit 06c09e5c96
@@ -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 ];