python3Packages.craft-parts: 2.19.0 -> 2.20.0

https://github.com/canonical/craft-parts/releases/tag/2.20.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:58:56 +02:00
parent 8d44a8516f
commit a6d565f231
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "craft-parts";
version = "2.19.0";
version = "2.20.0";
pyproject = true;
@@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-parts";
tag = version;
hash = "sha256-qzaQW+bKq+sDjRsDDY5oYQWMX50rEskgxyKwhLpFpt4=";
hash = "sha256-apuAV17IlxbkaQvCzyqEhQwTYvqHibwvWHUEPYUiCJQ=";
};
patches = [ ./bash-path.patch ];