python3Packages.craft-parts: 2.14.0 -> 2.15.0

This commit is contained in:
Jon Seager
2025-07-02 16:42:45 +01:00
parent 0ad7f8ba0a
commit 4884eded0d
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "craft-parts";
version = "2.14.0";
version = "2.15.0";
pyproject = true;
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-parts";
tag = version;
hash = "sha256-NJTueawkjoYPVnDSODgU/JlTG5yLow+4wiHQzNWHNbA=";
hash = "sha256-UW4VdJvEG4w7CM5aj1OKK91nsywQgsguJ+tnhEbqwYA=";
};
patches = [ ./bash-path.patch ];