python3Packages.craft-parts: 2.10.0 -> 2.12.0 (#415500)

This commit is contained in:
Jon Seager
2025-06-10 08:56:58 +01:00
committed by GitHub
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "craft-parts";
version = "2.10.0";
version = "2.12.0";
pyproject = true;
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-parts";
tag = version;
hash = "sha256-nGOLzQ+mlLHmqkknWklCIEN7HOgQznuYO1rbqUvL1N4=";
hash = "sha256-mm5s7lHbU9SJsS9wTkXkJpmVsGG0qVXIeaQ+TiGz/7o=";
};
patches = [ ./bash-path.patch ];