python312Packages.craft-parts: 2.1.2 -> 2.1.3 (#358777)

This commit is contained in:
Jon Seager 2024-11-25 08:47:44 +00:00 committed by GitHub
commit ff57eb8c6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "craft-parts";
version = "2.1.2";
version = "2.1.3";
pyproject = true;
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-parts";
rev = "refs/tags/${version}";
hash = "sha256-QSD43rTy0GsGoUymhoBv1gdS6TMoln5PNsmeycKnXnw=";
hash = "sha256-ouvl4mIDIWHWp84E1I41g/XnP22kCV55CqsVLit5yb4=";
};
patches = [ ./bash-path.patch ];