python3Packages.craft-parts: 2.10.0 -> 2.12.0

This commit is contained in:
R. Ryantm
2025-06-10 06:46:12 +00:00
parent 97629978a0
commit 931f4f01f6
@@ -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 ];