python3Packages.ament-package: 0.18.1 -> 0.18.2

This commit is contained in:
R. Ryantm
2025-12-01 08:54:49 +00:00
parent 5c578e8c72
commit eea955f87b
@@ -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 = [