python312Packages.craft-parts: 2.1.1 -> 2.1.2 (#347126)

This commit is contained in:
Jon Seager 2024-10-07 19:00:57 +01:00 committed by GitHub
commit ad8a0f9e2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -160,6 +160,7 @@ python3Packages.buildPythonApplication rec {
"test_get_base_configuration_snap_channel"
"test_get_base_configuration_snap_instance_name_default"
"test_get_base_configuration_snap_instance_name_not_running_as_snap"
"test_get_build_commands"
"test_get_extensions_data_dir"
"test_get_os_platform_alternative_formats"
"test_get_os_platform_linux"

View File

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