python3Packages.ament-package: 0.18.1 -> 0.18.2 (#466766)

This commit is contained in:
Yohann Boniface
2025-12-01 18:10:31 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "ament-package";
version = "0.18.1";
version = "0.18.2";
pyproject = true;
src = fetchFromGitHub {
owner = "ament";
repo = "ament_package";
tag = version;
hash = "sha256-M2SSGmzxlOITNzWTZ92/PtTVGtKMU/IwJG0VMhzDLR8=";
hash = "sha256-m0tDgbjytBKhdqZrSmhKHRm69BZK54NHWmo+O5J8m6Q=";
};
build-system = [